Skip to content

Commit ba62de0

Browse files
committed
Remove unused color tokens
1 parent 4c76933 commit ba62de0

File tree

1 file changed

+0
-3
lines changed
  • ui-components/src/commonMain/kotlin/org/jetbrains/kotlinconf/ui/theme

1 file changed

+0
-3
lines changed

ui-components/src/commonMain/kotlin/org/jetbrains/kotlinconf/ui/theme/Colors.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ import org.jetbrains.kotlinconf.ui.theme.UI.white80
3535
class Colors(
3636
val isDark: Boolean,
3737

38-
val activeBackground: Color,
3938
val mainBackground: Color,
4039
val primaryBackground: Color,
4140
val tileBackground: Color,
@@ -71,7 +70,6 @@ class Colors(
7170
val KotlinConfLightColors = Colors(
7271
isDark = false,
7372

74-
activeBackground = magenta20,
7573
mainBackground = white100,
7674
primaryBackground = magenta100,
7775
tileBackground = black05,
@@ -107,7 +105,6 @@ val KotlinConfLightColors = Colors(
107105
val KotlinConfDarkColors = Colors(
108106
isDark = true,
109107

110-
activeBackground = magenta50,
111108
mainBackground = black100,
112109
primaryBackground = magenta100,
113110
tileBackground = white10,

0 commit comments

Comments
 (0)