2
0
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:
Gabriel Luong 2021-12-23 11:45:52 -05:00 committed by mergify[bot]
parent bd932f1fed
commit 4cf43391b9
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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