Skip to content

Commit 7ceea2c

Browse files
authored
Merge pull request #6771 from litetex/fix-ToolbarSearchInputTheme
Fixed the ToolbarSearchTheme
2 parents 0cb8011 + f709ac1 commit 7ceea2c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/res/values/styles_misc.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
</style>
9898

9999
<style name="ToolbarSearchInputTheme">
100+
<item name="colorPrimary">?attr/toolbarSearchColor</item>
101+
<item name="colorPrimaryDark">?attr/toolbarSearchColor</item>
100102
<item name="colorAccent">?attr/toolbarSearchColor</item>
101103
</style>
102104

0 commit comments

Comments
 (0)