mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-05 01:26:23 +00:00
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:
parent
39722a5563
commit
f709ac16f8
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user