mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/22965 - Change Pill button to Chip for Action Secondary design color token description
This commit is contained in:
parent
bd932f1fed
commit
4cf43391b9
@ -217,7 +217,7 @@ class FirefoxColors(
|
||||
// Primary button, Snackbar, Floating action button, Controls
|
||||
var actionPrimary by mutableStateOf(actionPrimary)
|
||||
private set
|
||||
// Secondary button, Pill button
|
||||
// Secondary button, Chip
|
||||
var actionSecondary by mutableStateOf(actionSecondary)
|
||||
private set
|
||||
// Checkbox enabled, Radio enabled
|
||||
|
@ -27,7 +27,7 @@
|
||||
<!-- Action -->
|
||||
<!-- Primary button, Snackbar, Floating action button, Controls -->
|
||||
<color name="fx_mobile_action_color_primary" tools:ignore="UnusedResources">@color/photonViolet60</color>
|
||||
<!-- Secondary button, Pill button -->
|
||||
<!-- Secondary button, Chip -->
|
||||
<color name="fx_mobile_action_color_secondary" tools:ignore="UnusedResources">@color/photonDarkGrey50</color>
|
||||
<!-- Checkbox enabled, Radio enabled -->
|
||||
<color name="fx_mobile_action_color_tertiary" tools:ignore="UnusedResources">@color/photonLightGrey40</color>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<!-- Action -->
|
||||
<!-- Primary button, Snackbar, Floating action button, Controls -->
|
||||
<color name="fx_mobile_action_color_primary" tools:ignore="UnusedResources">@color/photonViolet90</color>
|
||||
<!-- Secondary button, Pill button -->
|
||||
<!-- Secondary button, Chip -->
|
||||
<color name="fx_mobile_action_color_secondary" tools:ignore="UnusedResources">@color/photonLightGrey40</color>
|
||||
<!-- Checkbox enabled, Radio enabled -->
|
||||
<color name="fx_mobile_action_color_tertiary" tools:ignore="UnusedResources">@color/photonDarkGrey05</color>
|
||||
|
Loading…
Reference in New Issue
Block a user