Skip to content

Commit

Permalink
chore: Adjust shadow colors on v1 styles
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Nov 3, 2023
1 parent decaf1e commit ba1043c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
<SolidColorBrush x:Key="MaterialBottomNavUncheckedForegroundBrush"
Color="{ThemeResource MaterialOnPrimaryColor}"
Opacity="0.60" />

<Color x:Key="MaterialShadowColor">#33000000</Color>
</ResourceDictionary>

<!-- Dark Theme -->
Expand Down Expand Up @@ -90,6 +92,8 @@
<SolidColorBrush x:Key="MaterialBottomNavUncheckedForegroundBrush"
Color="{StaticResource MaterialOnSurfaceColor}"
Opacity="0.60" />

<Color x:Key="MaterialShadowColor">#33000000</Color>
</ResourceDictionary>
</ResourceDictionary.ThemeDictionaries>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
Height="20"
Elevation="4"
CornerRadius="10"
ShadowColor="{StaticResource ShadowColor}"
ShadowColor="{StaticResource MaterialShadowColor}"
Background="Transparent"
VerticalAlignment="Stretch"
HorizontalAlignment="Stretch">
Expand Down

0 comments on commit ba1043c

Please sign in to comment.