Skip to content

Commit

Permalink
[app] adjust dimens
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed Jun 18, 2022
1 parent e368086 commit 8b3dc27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fun HeaderContent(state: HeaderState, onHeaderClick: () -> Unit) {
Box(
modifier = Modifier
.fillMaxWidth()
.clip(RoundedCornerShape(12.dp))
.clip(RoundedCornerShape(24.dp))
.background(color = Color(cardBgColor))
.clickableWithRipple {
onHeaderClick()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dimen name="common_toolbar_elevation">1dp</dimen>
<dimen name="common_view_elevation">0dp</dimen>
<dimen name="common_view_elevation_1">1dp</dimen>
<dimen name="common_view_corner_radius">12dp</dimen>
<dimen name="common_view_corner_radius">24dp</dimen>
<dimen name="common_view_corner_radius_0">0dp</dimen>

<dimen name="list_item_footer_height">8dp</dimen>
Expand Down

0 comments on commit 8b3dc27

Please sign in to comment.