Skip to content

Commit

Permalink
fix icon state
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandUI committed Jun 26, 2024
1 parent 81b995e commit 6d0a1ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WalletWasabi.Fluent/Controls/Button.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<Setter Property="ContentTemplate">
<Setter.Value>
<DataTemplate>
<PathIcon Height="13" Foreground="{DynamicResource AcrylicTrimForeground}" Data="{StaticResource select_none}" />
<PathIcon Height="13" Foreground="{DynamicResource AcrylicTrimForeground}" Data="{StaticResource select_all}" />
</DataTemplate>
</Setter.Value>
</Setter>
Expand All @@ -83,13 +83,13 @@
<Setter Property="ContentTemplate">
<Setter.Value>
<DataTemplate>
<PathIcon Height="13" Foreground="{DynamicResource AcrylicTrimForeground}" Data="{StaticResource select_all}" />
<PathIcon Height="13" Foreground="{DynamicResource AcrylicTrimForeground}" Data="{StaticResource select_none}" />
</DataTemplate>
</Setter.Value>
</Setter>
</Style>
</ControlTheme>

<ControlTheme x:Key="FunctionButton" TargetType="Button" BasedOn="{StaticResource {x:Type Button}}">
<Setter Property="BorderThickness" Value="0" />
<Setter Property="Padding" Value="{StaticResource FunctionButtonPadding}" />
Expand Down

0 comments on commit 6d0a1ef

Please sign in to comment.