1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00

Merge pull request #6771 from litetex/fix-ToolbarSearchInputTheme

Fixed the ToolbarSearchTheme
This commit is contained in:
Stypox 2021-07-27 11:49:55 +02:00 committed by GitHub
commit 7ceea2cd8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>