Update button_rounded_corners.xml

make it more MD3
This commit is contained in:
Wojtaz0w 2023-09-30 12:13:05 +00:00 committed by GitHub
parent 033adecd17
commit a4cefb33ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
<solid android:color="@color/auth_button"/> <solid android:color="@color/auth_button"/>
<stroke android:color="@color/auth_button" android:width="1dp" /> <stroke android:color="@color/auth_button" android:width="1dp" />
<!--corners allow us to make the rounded corners button--> <!--corners allow us to make the rounded corners button-->
<corners android:radius="4dp" /> <corners android:radius="20dp" />
</shape> </shape>
</item> </item>
</selector> </selector>