We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188ed3e commit d94ea61Copy full SHA for d94ea61
app/src/main/kotlin/li/songe/gkd/ui/AdvancedPage.kt
@@ -198,6 +198,7 @@ fun AdvancedPage() {
198
.padding(contentPadding),
199
) {
200
Text(
201
+ modifier = Modifier.titleItemPadding(showTop = false),
202
text = "Shizuku",
203
style = MaterialTheme.typography.titleSmall,
204
color = MaterialTheme.colorScheme.primary,
0 commit comments