Skip to content

Commit

Permalink
perf: url color
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Nov 17, 2024
1 parent a307c83 commit 8f3a085
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/kotlin/li/songe/gkd/ui/AboutPage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,9 @@ fun AboutPage() {
Text(
text = REPOSITORY_URL,
style = MaterialTheme.typography.bodyMedium,
color = MaterialTheme.colorScheme.primary,
color = MaterialTheme.colorScheme.secondary,
)

}
Column(
modifier = Modifier
Expand All @@ -270,7 +271,7 @@ fun AboutPage() {
Text(
text = ISSUES_URL,
style = MaterialTheme.typography.bodyMedium,
color = MaterialTheme.colorScheme.primary,
color = MaterialTheme.colorScheme.secondary,
)
}
if (META.updateEnabled) {
Expand Down

0 comments on commit 8f3a085

Please sign in to comment.