pull/600/head
Gabriel Luong 2 years ago committed by mergify[bot]
parent a0dd1ee6e7
commit 4af7d6f3db

@ -155,7 +155,6 @@
<!--Top site colors -->
<color name="top_site_pin_icon_color">@color/photonLightGrey20</color>
<color name="top_sites_border_color">@color/photonDarkGrey90</color>
<!-- Search Widget -->
<color name="search_widget_background">@color/inset_normal_theme</color>

@ -230,7 +230,6 @@
<!-- Top site colors -->
<color name="top_site_pin_icon_color">@color/photonDarkGrey80</color>
<color name="top_sites_border_color">@color/photonLightGrey30</color>
<!-- Quick action buttons-->
<color name="quick_action_reader_appearance_icon">#482166</color>

@ -194,7 +194,6 @@
<dimen name="top_sites_card_padding">12dp</dimen>
<dimen name="top_sites_card_elevation">6dp</dimen>
<dimen name="top_sites_card_radius">8dp</dimen>
<dimen name="top_sites_card_stroke_width">1dp</dimen>
<!-- Credit Cards Fragment -->
<dimen name="credit_cards_saved_cards_item_margin_start">16dp</dimen>

@ -626,8 +626,6 @@
<item name="cardBackgroundColor">?mozac_widget_favicon_background_color</item>
<item name="cardCornerRadius">@dimen/top_sites_card_radius</item>
<item name="cardElevation">@dimen/top_sites_card_elevation</item>
<item name="strokeColor">@color/top_sites_border_color</item>
<item name="strokeWidth">@dimen/top_sites_card_stroke_width</item>
</style>
<style name="topSiteFavicon">

Loading…
Cancel
Save