Skip to content

Commit

Permalink
[PC-000] Error Color 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Dec 31, 2024
1 parent ecd0d2f commit 3769056
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ private val Light2 = Color(0xFFE8EBF0)
private val Light3 = Color(0xFFF4F6FA)
private val White = Color(0xFFFFFFFF)

private val Error = Color(0xFFFF3059)

@Immutable
data class PieceColors(
val primaryDefault: Color = PrimaryDefault,
Expand All @@ -36,4 +38,5 @@ data class PieceColors(
val light2: Color = Light2,
val light3: Color = Light3,
val white: Color = White,
val error: Color = Error,
)

0 comments on commit 3769056

Please sign in to comment.