Skip to content

Commit

Permalink
[SearchBar] Enforced outline variant to use colorSurface as container…
Browse files Browse the repository at this point in the history
… color.

PiperOrigin-RevId: 553337995
  • Loading branch information
pekingme authored and dsn5ft committed Aug 4, 2023
1 parent a16f180 commit 720998d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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>
Expand Down

0 comments on commit 720998d

Please sign in to comment.