We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2daafe7 commit 5d67f76Copy full SHA for 5d67f76
src/Views/FilterModeSwitchButton.axaml
@@ -15,7 +15,7 @@
15
<Grid>
16
<Path Width="12" Height="12"
17
Data="{StaticResource Icons.Eye}"
18
- Fill="{DynamicResource Brush.FG2}"
+ Fill="{DynamicResource Brush.FG1}"
19
IsVisible="{Binding #ThisControl.Mode, Converter={x:Static ObjectConverters.Equal}, ConverterParameter={x:Static m:FilterMode.None}}"/>
20
21
0 commit comments