Skip to content

Commit f709ac1

Browse files
committed
Fixed the toolbarSearchTheme
The toolbarSearchTheme was accidently broken with #6456, see #6456 (comment) for details. This commit restores the old behavior
1 parent 39722a5 commit f709ac1

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)