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/24055 - Replace ?inset with Action Primary color Primary Buttons
This commit is contained in:
parent
ba45874ce8
commit
b29f330cb9
@ -12,7 +12,7 @@
|
||||
</item>
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="?inset" />
|
||||
<solid android:color="?actionPrimary" />
|
||||
<corners android:radius="4dp" />
|
||||
</shape>
|
||||
</item>
|
||||
|
@ -121,7 +121,6 @@
|
||||
<color name="fx_mobile_border_color_warning" tools:ignore="UnusedResources">@color/photonRed40</color>
|
||||
|
||||
<!-- Normal theme colors for dark mode -->
|
||||
<color name="inset_normal_theme">@color/photonDarkGrey50</color>
|
||||
<color name="accent_normal_theme">@color/photonViolet50</color>
|
||||
<color name="accent_high_contrast_normal_theme">@color/photonViolet40</color>
|
||||
<color name="neutral_normal_theme">@color/photonGrey20</color>
|
||||
|
@ -41,7 +41,6 @@
|
||||
<attr name="snackbar" format="reference" />
|
||||
<attr name="foundation" format="reference" />
|
||||
<attr name="above" format="reference" />
|
||||
<attr name="inset" format="reference" />
|
||||
<attr name="neutral" format="reference" />
|
||||
<attr name="neutralFaded" format="reference" />
|
||||
<attr name="destructive" format="reference"/>
|
||||
|
@ -264,7 +264,6 @@
|
||||
<color name="prompt_login_edit_text_cursor_color_private_theme">@color/photonViolet50</color>
|
||||
|
||||
<!-- Normal theme colors for light mode -->
|
||||
<color name="inset_normal_theme">@color/photonLightGrey30</color>
|
||||
<color name="accent_normal_theme">@color/photonInk20</color>
|
||||
<color name="accent_high_contrast_normal_theme">@color/photonInk20</color>
|
||||
<color name="neutral_normal_theme">@color/photonGrey30</color>
|
||||
|
@ -76,7 +76,6 @@
|
||||
<item name="accentHighContrast">@color/accent_high_contrast_normal_theme</item>
|
||||
<item name="foundation">@color/fx_mobile_layer_color_1</item>
|
||||
<item name="above">@color/fx_mobile_layer_color_2</item>
|
||||
<item name="inset">@color/inset_normal_theme</item>
|
||||
<item name="neutral">@color/neutral_normal_theme</item>
|
||||
<item name="neutralFaded">@color/neutral_faded_normal_theme</item>
|
||||
<item name="destructive">@color/fx_mobile_text_color_warning</item>
|
||||
@ -269,7 +268,6 @@
|
||||
<item name="accentHighContrast">@color/accent_high_contrast_private_theme</item>
|
||||
<item name="foundation">@color/fx_mobile_private_layer_color_1</item>
|
||||
<item name="above">@color/fx_mobile_private_layer_color_1</item>
|
||||
<item name="inset">@color/fx_mobile_private_layer_color_1</item>
|
||||
<item name="neutral">@color/neutral_private_theme</item>
|
||||
<item name="neutralFaded">@color/neutral_faded_private_theme</item>
|
||||
<item name="destructive">@color/fx_mobile_private_text_color_warning</item>
|
||||
|
Loading…
Reference in New Issue
Block a user