Skip to content

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
avazirna committed Dec 9, 2024
1 parent 6c9ba8c commit 3ea45c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
<style name="CustomButtonStyleOutline" parent="Widget.MaterialComponents.Button.OutlinedButton">
<item name="shapeAppearanceOverlay">@style/RoundedButtonStyle</item>
</style>
<style name="RoundedButtonStyle" parent="">
<style name="RoundedButtonStyle" parent="Widget.MaterialComponents.Button.OutlinedButton">
<item name="android:background">@drawable/button_background_white</item>
<item name="cornerFamilyTopLeft">rounded</item>
<item name="cornerFamilyBottomLeft">rounded</item>
Expand Down

0 comments on commit 3ea45c8

Please sign in to comment.