Skip to content

Commit

Permalink
Fix tertiary typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mullmat authored and Pururun committed Oct 15, 2024
1 parent 7f26f2a commit 4180908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ val ColorScheme.warning: Color

// Disabled colors for buttons
val ColorScheme.tertiaryDisabled: Color
@Composable get() = PaletteTokens.DisabledContainerTiertary
@Composable get() = PaletteTokens.DisabledContainerTertiary

val ColorScheme.primaryDisabled: Color
@Composable get() = PaletteTokens.DisabledContainerPrimary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ internal object PaletteTokens {

// Disabled container colors
val DisabledContainerPrimary = Color(0xFF1F3A57)
val DisabledContainerTiertary = Color(0xFF2A6148)
val DisabledContainerTertiary = Color(0xFF2A6148)
val DisabledContainerDestructive = Color(0xFF6A3540)
}

0 comments on commit 4180908

Please sign in to comment.