Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19affb11 authored by Shirley Qian's avatar Shirley Qian Committed by shirleyqian
Browse files

Set the height of overlay chips to 48dp.

Bug: 419453066
Test: local
Flag: com.android.systemui.enable_underlay
Change-Id: I2569b60264e5d61cf5882112f6cd60601bcd85a8
parent 9a42e3af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ fun Chip(action: ActionViewModel, modifier: Modifier = Modifier) {
                .clip(RoundedCornerShape(24.dp))
                .background(backgroundColor)
                .clickable { action.onClick() }
                .padding(horizontal = 8.dp, vertical = 8.dp),
                .padding(horizontal = 8.dp, vertical = 12.dp),
    ) {
        val painter = rememberDrawablePainter(action.icon)
        Image(