Skip to content

Commit

Permalink
updated colors
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnious committed Jan 22, 2025
1 parent 7c2649b commit e602cfa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
<Style Selector="^[Fill=Weak]">
<Setter Property="Background" Value="{StaticResource SurfaceMidBrush}" />
<Style Selector="^:pointerover">
<Setter Property="Background" Value="{StaticResource SurfaceTranslucentLowBrush}" />
<Setter Property="Background" Value="{StaticResource SurfaceHighBrush}" />
</Style>
<Style Selector="^:pressed">
<Setter Property="Background" Value="{StaticResource SurfaceTranslucentMidBrush}" />
<Setter Property="Background" Value="{StaticResource BrandTranslucentLight100Brush}" />
</Style>
</Style>
</Style>
Expand Down

0 comments on commit e602cfa

Please sign in to comment.