Skip to content

Commit 40f7784

Browse files
committed
Change bottom sheet corner radius to 4dp for consistency with other widget shapes
1 parent c746ce2 commit 40f7784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/src/main/res/values/dimens.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<dimen name="elevation_bottom_sheet">8dp</dimen>
1717

18-
<dimen name="corner_radius_bottom_sheet">8dp</dimen>
18+
<dimen name="corner_radius_bottom_sheet">4dp</dimen>
1919

2020
<dimen name="text_size_ranking_auto_size_max">16sp</dimen>
2121

0 commit comments

Comments
 (0)