Skip to content

Commit

Permalink
fix: Fix incorrect surfacevariant colors
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Jun 3, 2022
1 parent 275a8fe commit 6e61fb1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -52,8 +52,8 @@
<!-- Surface -->
<Color x:Key="SurfaceColor">#FFFFFF</Color>
<Color x:Key="OnSurfaceColor">#1C1B1F</Color>
<Color x:Key="SurfaceVariantColor">#E7E0EC</Color>
<Color x:Key="OnSurfaceVariantColor">#A5A0AC</Color>
<Color x:Key="SurfaceVariantColor">#F3EFF5</Color>
<Color x:Key="OnSurfaceVariantColor">#8B8494</Color>
<Color x:Key="SurfaceInverseColor">#313033</Color>
<Color x:Key="OnSurfaceInverseColor">#F4EFF4</Color>

Expand Down

0 comments on commit 6e61fb1

Please sign in to comment.