[fenix] For https://github.com/mozilla-mobile/fenix/issues/24653 - Fix Text Action Secondary color in FirefoxTheme

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
parent 71d32d1b56
commit ada37de7d7

@ -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

Loading…
Cancel
Save