更多按钮右边距调整

This commit is contained in:
2024-09-10 18:06:50 +08:00
parent d302c44217
commit 0a2d98a07d

View File

@@ -519,6 +519,7 @@ fun Header(
Image( Image(
modifier = Modifier modifier = Modifier
.height(20.dp) .height(20.dp)
.padding(end = 8.dp)
.noRippleClickable { .noRippleClickable {
expanded = true expanded = true
}, },