Skip to content

Commit

Permalink
feat: 색상 추가(Black)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkrwngud445 committed Jul 3, 2024
1 parent 646cb41 commit 863f18f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ val systemError = Color(0xFFF0474B)
val systemSuccess = Color(0xFF3BD569)
val systemHyperLink = Color(0xFF20BCBB)

val snackbarBlack = Color(0xFF000000)

data class WithPeaceColor(
val MainPurple: Color = mainPurple,
val SubPurple: Color = subPurple,
Expand All @@ -43,6 +45,7 @@ data class WithPeaceColor(
val SystemGray4: Color = systemGray4,
val SystemSuccess: Color = systemSuccess,
val SystemHyperLink: Color = systemHyperLink,
val SnackbarBlack: Color = snackbarBlack,
)

val lightColor = WithPeaceColor()
Expand Down

0 comments on commit 863f18f

Please sign in to comment.