Fixed the toolbarSearchTheme

The toolbarSearchTheme was accidently broken with https://github.com/TeamNewPipe/NewPipe/pull/6456, see https://github.com/TeamNewPipe/NewPipe/pull/6456#issuecomment-885920235 for details.
This commit restores the old behavior
This commit is contained in:
litetex 2021-07-26 21:05:12 +02:00
parent 39722a5563
commit f709ac16f8
1 changed files with 2 additions and 0 deletions

View File

@ -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>