Fixed welcome page on dark theme
This commit is contained in:
parent
58da603bbf
commit
61464a02ba
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,7 @@ fun WelcomePage(gitManager: GitManager) {
|
|||
Text(
|
||||
text = "Gitnuro",
|
||||
fontSize = 32.sp,
|
||||
color = MaterialTheme.colors.primaryTextColor,
|
||||
modifier = Modifier
|
||||
.padding(bottom = 16.dp),
|
||||
)
|
||||
|
@ -76,6 +77,7 @@ fun WelcomePage(gitManager: GitManager) {
|
|||
Text(
|
||||
text = "About Gitnuro",
|
||||
fontSize = 18.sp,
|
||||
color = MaterialTheme.colors.primaryTextColor,
|
||||
modifier = Modifier
|
||||
.padding(top = 16.dp, bottom = 8.dp),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue