Skip to content

Commit e60e117

Browse files
committed
Fix Color
1 parent e70ce11 commit e60e117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/Resources/Light.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<SolidColorBrush x:Key="BasicSystemAccentColor" Color="{m:DynamicColor SystemAccentColor}" />
2424

25-
<SolidColorBrush x:Key="Color00B" Color="#CEFAFAFA" />
25+
<SolidColorBrush x:Key="Color00B" Color="#FAFAFA" />
2626
<SolidColorBrush x:Key="Color01B" Color="#f3f3f3" />
2727
<SolidColorBrush x:Key="Color02B" Color="#ffffff" />
2828
<SolidColorBrush x:Key="Color03B" Color="#e5e5e5" />

0 commit comments

Comments
 (0)