Browse Source

Fix blue background under action mode text selection handlers in blue theme

arkon 3 years ago
parent
commit
909aed4262
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/src/main/res/values/styles.xml

+ 0 - 1
app/src/main/res/values/styles.xml

@@ -10,7 +10,6 @@
     </style>
 
     <style name="ThemeOverlay.Tachiyomi.ActionBar.Colored" parent="ThemeOverlay.MaterialComponents.ActionBar">
-        <item name="android:background">?attr/colorToolbar</item>
         <item name="android:colorControlHighlight">?attr/colorOnToolbar</item>
     </style>