Skip to content

Commit

Permalink
issue boostcampwm-2022#171 chore: gray 추가
Browse files Browse the repository at this point in the history
Co-authored-by: junhyeongleeee <[email protected]>
  • Loading branch information
junhyeongleeee committed Jul 25, 2023
1 parent 447c9ea commit 3a4dd10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ val blackBlur = Color(0x4D000000)
val white = Color.White
val lightBlack = Color(0xFF202022)
val lightGray = Color(0xFFE1E1E1)
val gray = Color(0xFFCFCFCF)

val primary = lightBlack
val primaryVariant = blackBlur
Expand Down

0 comments on commit 3a4dd10

Please sign in to comment.