Skip to content

Commit

Permalink
Decrease the start padding around the x button in the AlertBanner (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGrzybkowski authored Jan 28, 2025
1 parent f263834 commit c8ac4dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ internal fun AlertBanner(message: String, onClose: () -> Unit, modifier: Modifie
fontSize = 13.sp,
modifier = Modifier
.weight(1f)
.padding(start = 12.dp, top = 12.dp, end = 48.dp, bottom = 12.dp),
.padding(12.dp),
)
Icon(
imageVector = Icons.Filled.Close,
Expand Down

0 comments on commit c8ac4dc

Please sign in to comment.