mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/21973 - Remove @color/secondary_text_dark_theme redirection
This commit is contained in:
parent
5408bc5178
commit
cbe4de50ad
@ -5,7 +5,7 @@
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- Normal theme colors for dark mode -->
|
||||
<color name="primary_text_normal_theme">@color/primary_text_dark_theme</color>
|
||||
<color name="secondary_text_normal_theme">@color/secondary_text_dark_theme</color>
|
||||
<color name="secondary_text_normal_theme">#A7A2B7</color>
|
||||
<color name="contrast_text_normal_theme">@color/contrast_text_dark_theme</color>
|
||||
<color name="caption_text_normal_theme">@color/caption_text_dark_theme</color>
|
||||
<color name="foundation_normal_theme">@color/foundation_dark_theme</color>
|
||||
|
@ -76,7 +76,6 @@
|
||||
|
||||
<!-- Dark theme color palette -->
|
||||
<color name="primary_text_dark_theme">@color/photonLightGrey05</color>
|
||||
<color name="secondary_text_dark_theme">#A7A2B7</color>
|
||||
<color name="contrast_text_dark_theme">@color/primary_text_dark_theme</color>
|
||||
<color name="caption_text_dark_theme">@color/photonLightGrey70</color>
|
||||
<color name="foundation_dark_theme">@color/photonDarkGrey80</color>
|
||||
|
Loading…
Reference in New Issue
Block a user