Skip to content

Commit

Permalink
For mozilla-mobile#23321 - Replace @color/toolbar_divider_color_norma…
Browse files Browse the repository at this point in the history
…l_theme with @color/fx_mobile_border_color_default
  • Loading branch information
gabrielluong committed Jan 20, 2022
1 parent 242e7a1 commit d164786
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion app/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
<color name="disabled_normal_theme">@color/photonLightGrey05A40</color>
<color name="toggle_off_knob_normal_theme">@color/toggle_off_knob_dark_theme</color>
<color name="toggle_off_track_normal_theme">@color/toggle_off_track_dark_theme</color>
<color name="toolbar_divider_color_normal_theme">@color/photonDarkGrey10</color>
<color name="fill_link_from_clipboard_normal_theme">@color/photonViolet40</color>
<color name="sync_disconnected_icon_fill_normal_theme">#FFF36E</color>
<color name="sync_disconnected_background_normal_theme">#5B5846</color>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@
<color name="neutral_faded_normal_theme">@color/photonGrey20</color>
<color name="destructive_normal_theme">@color/photonRed70</color>
<color name="disabled_normal_theme">#6620123A</color>
<color name="toolbar_divider_color_normal_theme">@color/photonLightGrey50</color>
<color name="fill_link_from_clipboard_normal_theme">@color/photonInk20</color>
<color name="sync_disconnected_icon_fill_normal_theme">@color/photonYellow70</color>
<color name="sync_disconnected_background_normal_theme">#FFFDE2</color>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<item name="toolbarStartGradient">@color/fx_mobile_layer_color_1</item>
<item name="toolbarCenterGradient">@color/fx_mobile_layer_color_1</item>
<item name="toolbarEndGradient">@color/fx_mobile_layer_color_1</item>
<item name="toolbarDivider">@color/toolbar_divider_color_normal_theme</item>
<item name="toolbarDivider">@color/fx_mobile_border_color_default</item>
<item name="fillLinkFromClipboard">@color/fill_link_from_clipboard_normal_theme</item>
<item name="syncDisconnected">@color/sync_disconnected_icon_fill_normal_theme</item>
<item name="syncDisconnectedBackground">@color/sync_disconnected_background_normal_theme</item>
Expand Down

0 comments on commit d164786

Please sign in to comment.