Revert icon color in menus

This commit is contained in:
vfsfitvnm
2022-08-29 15:55:02 +02:00
parent 620e5aa1fb
commit 37c5f66801
2 changed files with 1 additions and 9 deletions

View File

@@ -133,13 +133,6 @@ inline val ColorPalette.shimmer: Color
accent
}
inline val ColorPalette.menuEntryIcon: Color
get() = if (this === DefaultDarkColorPalette || this === DefaultLightColorPalette || this == PureBlackColorPalette) {
text
} else {
accent
}
inline val ColorPalette.overlay: Color
get() = PureBlackColorPalette.background0.copy(alpha = 0.75f)