Remove shadows

This commit is contained in:
vfsfitvnm
2022-07-27 17:28:18 +02:00
parent f5a0c2fe09
commit 4e460a1427
4 changed files with 4 additions and 11 deletions

View File

@@ -61,8 +61,8 @@ val BlackColorPalette = DarkColorPalette.copy(
val LightColorPalette = ColorPalette(
background = Color(0xfffdfdfe),
lightBackground = Color(0xFFf8f8fc),
elevatedBackground = Color(0xfffdfdfe),
lightBackground = Color(0xfff8f8fc),
elevatedBackground = Color(0xfff8f8fc),
backgroundContainer = Color(0xffeaeaf5),
lightGray = Color(0xfff8f8f8),
gray = Color(0xFFE5E5E5),