Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #23321 - Replace @color/toolbar_divider_color_normal_theme with @…
Browse files Browse the repository at this point in the history
…color/fx_mobile_border_color_primary
  • Loading branch information
gabrielluong authored and mergify[bot] committed Feb 15, 2022
1 parent 96cda67 commit cd5be08
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 @@ -128,7 +128,6 @@
<color name="destructive_normal_theme">@color/photonRed40</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 @@ -200,7 +200,6 @@
<color name="neutral_normal_theme">@color/photonGrey30</color>
<color name="neutral_faded_normal_theme">@color/photonGrey20</color>
<color name="destructive_normal_theme">@color/photonRed70</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 @@ -68,7 +68,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_primary</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 cd5be08

Please sign in to comment.