Skip to content

Commit c8ac4dc

Browse files
Decrease the start padding around the x button in the AlertBanner (#564)
1 parent f263834 commit c8ac4dc

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
0 Bytes
Loading
0 Bytes
Loading

gravatar-quickeditor/src/main/java/com/gravatar/quickeditor/ui/components/AlertBanner.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ internal fun AlertBanner(message: String, onClose: () -> Unit, modifier: Modifie
5959
fontSize = 13.sp,
6060
modifier = Modifier
6161
.weight(1f)
62-
.padding(start = 12.dp, top = 12.dp, end = 48.dp, bottom = 12.dp),
62+
.padding(12.dp),
6363
)
6464
Icon(
6565
imageVector = Icons.Filled.Close,

0 commit comments

Comments
 (0)