Skip to content

Commit

Permalink
Make notification scrim darker in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Aug 19, 2024
1 parent 8b1333a commit 0dead7e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ object DynamicColors {
resourceName = "surface_dim",
tonalPalette = TonalPalette.NEUTRAL,
lightModeColorIndex = 2,
darkModeColorIndex = 11
darkModeColorIndex = 11,
lightModeLightnessAdjustment = -8
)
)
add(
Expand Down

0 comments on commit 0dead7e

Please sign in to comment.