Skip to content

Commit

Permalink
dim color 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sodp5 committed Aug 12, 2024
1 parent cdd7ea6 commit 9b58092
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -443,4 +443,7 @@ class ColorSchemes internal constructor(
val gradientBgOrange: List<BezierColor> = listOf(GlobalTokens.orange300, GlobalTokens.yellow200)
val gradientBgGreen: List<BezierColor> = listOf(GlobalTokens.green300, GlobalTokens.teal200)
val gradientBgBlue: List<BezierColor> = listOf(GlobalTokens.blue300, GlobalTokens.green200)

val dimBlackNormal: BezierColor = functionalTokens.bgAbsoluteBlackLighter
val dimBlackLight: BezierColor = functionalTokens.bgAbsoluteBlackLightest
}

0 comments on commit 9b58092

Please sign in to comment.