Skip to content

Commit 98c9a44

Browse files
committed
refactor(experiences): Remove unused constant EXPERIENCE_SHADOW_COLOR.
1 parent ec035d4 commit 98c9a44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/jsMain/kotlin/io/github/ayfri/pages/Experiences.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ object ExperiencesStyle : StyleSheet() {
135135
const val EXPERIENCES_BACKGROUND_COLOR = "#363636"
136136
const val EXPERIENCE_BACKGROUND_COLOR = "#1E1E1E"
137137
const val EXPERIENCE_BORDER_COLOR = "#444444"
138-
const val EXPERIENCE_SHADOW_COLOR = "rgba(0, 0, 0, 0.3)"
139138

140139
val experiences by style {
141140
backgroundColor(Color(EXPERIENCES_BACKGROUND_COLOR))

0 commit comments

Comments
 (0)