fix: titleItemPadding
Some checks failed
Build-Apk / build (push) Has been cancelled

This commit is contained in:
二刺螈 2025-08-11 11:04:11 +08:00
parent 188ed3e632
commit d94ea6102f

View File

@ -198,6 +198,7 @@ fun AdvancedPage() {
.padding(contentPadding),
) {
Text(
modifier = Modifier.titleItemPadding(showTop = false),
text = "Shizuku",
style = MaterialTheme.typography.titleSmall,
color = MaterialTheme.colorScheme.primary,