Skip to content

Commit

Permalink
Fixed the toolbarSearchTheme
Browse files Browse the repository at this point in the history
The toolbarSearchTheme was accidently broken with TeamNewPipe#6456, see TeamNewPipe#6456 (comment) for details.
This commit restores the old behavior
  • Loading branch information
litetex committed Jul 26, 2021
1 parent 39722a5 commit f709ac1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/values/styles_misc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
</style>

<style name="ToolbarSearchInputTheme">
<item name="colorPrimary">?attr/toolbarSearchColor</item>
<item name="colorPrimaryDark">?attr/toolbarSearchColor</item>
<item name="colorAccent">?attr/toolbarSearchColor</item>
</style>

Expand Down

0 comments on commit f709ac1

Please sign in to comment.