Skip to content

Commit

Permalink
For mozilla-mobile#24653 - Fix Text Action Secondary color in Firefox…
Browse files Browse the repository at this point in the history
…Theme
  • Loading branch information
gabrielluong authored and mergify[bot] committed Apr 6, 2022
1 parent e485cf5 commit 38bde17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/mozilla/fenix/theme/FirefoxTheme.kt
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ class FirefoxColors(
textOnColorPrimary = other.textOnColorPrimary
textOnColorSecondary = other.textOnColorSecondary
textActionPrimary = other.textActionPrimary
textActionSecondary = other.textSecondary
textActionSecondary = other.textActionSecondary
textActionTertiary = other.textActionTertiary
textActionTertiaryActive = other.textActionTertiaryActive
iconPrimary = other.iconPrimary
Expand Down

0 comments on commit 38bde17

Please sign in to comment.