Skip to content

Commit

Permalink
update corner radius to a shared constant
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasPaczos committed Dec 18, 2024
1 parent a2ec247 commit ef97ea0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/blue50_18" />
<corners android:radius="8dp" />
<corners android:radius="@dimen/smallShapeCornerRadius" />
</shape>

0 comments on commit ef97ea0

Please sign in to comment.