Skip to content

Commit

Permalink
fix purple tertiary
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Dec 17, 2024
1 parent 4932cd8 commit f9f052e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ internal object PurpleColorScheme : BaseColorScheme() {
onSecondary = Color(0xFFEDE2FF),
secondaryContainer = Color(0xFFFFFFFF),
onSecondaryContainer = Color(0xFF9C64D3),
tertiary = Color(0xFFEDE2FF),
onTertiary = Color(0xFF7B46AF),
tertiaryContainer = Color(0xFFFFFFFF),
onTertiaryContainer = Color(0xFFFFFFFF),
tertiary = Color(0xFF9C65D1),
onTertiary = Color(0xFFEDE2FF),
tertiaryContainer = Color(0xFFBA8EE5),
onTertiaryContainer = Color(0xFFEDE2FF),
error = Color(0xFFC14033),
onError = Color(0xFFFFFFFF),
errorContainer = Color(0xFFDC6559),
Expand Down

0 comments on commit f9f052e

Please sign in to comment.