Skip to content

Commit

Permalink
Fixed strokeColor in outline buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Oct 17, 2023
1 parent b634a0c commit 9ef087b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions collect_app/src/main/res/values/buttons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
<style name="Widget.Collect.Button.OutlinedButton" parent="Widget.Material3.Button.OutlinedButton">
<item name="android:paddingTop">12dp</item>
<item name="android:paddingBottom">12dp</item>
<item name="strokeColor">@color/color_on_surface_low_emphasis</item>
</style>

<style name="Widget.Collect.Button.OutlinedButton.Icon" parent="Widget.Material3.Button.OutlinedButton.Icon">
<item name="android:paddingTop">12dp</item>
<item name="android:paddingBottom">12dp</item>
<item name="strokeColor">@color/color_on_surface_low_emphasis</item>
</style>

<style name="Widget.Collect.Button.TextButton" parent="Widget.Material3.Button.TextButton">
Expand Down

0 comments on commit 9ef087b

Please sign in to comment.