Remove duplicated ShowkaseButton and fix colors.
This commit is contained in:
parent
36a103d653
commit
e40735e0e0
4 changed files with 21 additions and 80 deletions
|
|
@ -36,7 +36,7 @@ fun elementColorsDark() = ElementColors(
|
|||
// TODO Lots of colors are missing
|
||||
val materialColorSchemeDark = darkColorScheme(
|
||||
primary = Color.White,
|
||||
// TODO onPrimary = ColorDarkTokens.OnPrimary,
|
||||
onPrimary = Color.Black,
|
||||
// TODO primaryContainer = ColorDarkTokens.PrimaryContainer,
|
||||
// TODO onPrimaryContainer = ColorDarkTokens.OnPrimaryContainer,
|
||||
// TODO inversePrimary = ColorDarkTokens.InversePrimary,
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ fun elementColorsLight() = ElementColors(
|
|||
// TODO Lots of colors are missing
|
||||
val materialColorSchemeLight = lightColorScheme(
|
||||
primary = Color.Black,
|
||||
// TODO onPrimary = ColorLightTokens.OnPrimary,
|
||||
onPrimary = Color.White,
|
||||
// TODO primaryContainer = ColorLightTokens.PrimaryContainer,
|
||||
// TODO onPrimaryContainer = ColorLightTokens.OnPrimaryContainer,
|
||||
// TODO inversePrimary = ColorLightTokens.InversePrimary,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue