mirror of
https://github.com/material-components/material-components-android.git
synced 2026-02-20 08:39:55 +08:00
[SearchBar] Enforced outline variant to use colorSurface as container color.
PiperOrigin-RevId: 553337995
This commit is contained in:
parent
a16f180ce7
commit
720998dcbd
@ -38,6 +38,7 @@
|
||||
|
||||
<style name="Widget.Material3.SearchBar.Outlined">
|
||||
<item name="elevation">0dp</item>
|
||||
<item name="backgroundTint">?attr/colorSurface</item>
|
||||
<item name="strokeWidth">@dimen/m3_searchbar_outlined_stroke_width</item>
|
||||
<item name="strokeColor">?attr/colorOutline</item>
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user