Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara authored Mar 21, 2024
1 parent ef9e56d commit f68f1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ModernWpf/ThemeResources/Dark.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
<Color x:Key="CardBackgroundFillColorDefault">#0DFFFFFF</Color>
<Color x:Key="CardBackgroundFillColorSecondary">#08FFFFFF</Color>

<Color x:Key="SmokeFillColorDefault">#332C2C2C</Color>
<Color x:Key="SmokeFillColorDefault">#4D000000</Color>

<Color x:Key="LayerFillColorDefault">#4C3A3A3A</Color>
<Color x:Key="LayerFillColorAlt">#0DFFFFFF</Color>
Expand Down
2 changes: 1 addition & 1 deletion ModernWpf/ThemeResources/Light.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
<Color x:Key="CardBackgroundFillColorDefault">#B3FFFFFF</Color>
<Color x:Key="CardBackgroundFillColorSecondary">#80F6F6F6</Color>

<Color x:Key="SmokeFillColorDefault">#4DFFFFFF</Color>
<Color x:Key="SmokeFillColorDefault">#4D000000</Color>

<Color x:Key="LayerFillColorDefault">#80FFFFFF</Color>
<Color x:Key="LayerFillColorAlt">#FFFFFF</Color>
Expand Down

0 comments on commit f68f1e4

Please sign in to comment.