File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -268,19 +268,19 @@ public struct AlertView: View {
268
268
} , label: {
269
269
ZStack {
270
270
Text ( CoreLocalization . Alert. logout)
271
- . foregroundColor ( Theme . Colors . primaryButtonTextColor )
271
+ . foregroundColor ( . black )
272
272
. font ( Theme . Fonts. labelLarge)
273
273
. frame ( maxWidth: . infinity)
274
274
. padding ( . horizontal, 16 )
275
275
Image ( systemName: " rectangle.portrait.and.arrow.right " )
276
- . foregroundColor ( Theme . Colors . white )
276
+ . foregroundColor ( . black )
277
277
. frame ( minWidth: 190 , minHeight: 48 , alignment: . trailing)
278
278
}
279
279
. frame ( maxWidth: 215 , minHeight: 48 )
280
280
} )
281
281
. background (
282
282
Theme . Shapes. buttonShape
283
- . fill ( Theme . Colors. accentColor )
283
+ . fill ( Theme . Colors. warning )
284
284
)
285
285
. overlay (
286
286
RoundedRectangle ( cornerRadius: 8 )
You can’t perform that action at this time.
0 commit comments