Skip to content

Commit

Permalink
fix: add text blank
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Dec 7, 2024
1 parent 3fa0e27 commit bcc89fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/li/songe/gkd/ui/AuthA11yPage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ fun AuthA11yPage() {
Text(
modifier = Modifier.padding(cardHorizontalPadding, 0.dp),
style = MaterialTheme.typography.bodyMedium,
text = "1.某些系统有更严格的无障碍限制\n2.在 GKD 更新后会限制其开关无障碍\n3.重新授权可解决此问题"
text = "1. 某些系统有更严格的无障碍限制\n2. 在 GKD 更新后会限制其开关无障碍\n3. 重新授权可解决此问题"
)
Spacer(modifier = Modifier.height(12.dp))
Text(
Expand Down

0 comments on commit bcc89fa

Please sign in to comment.