Fixed "Recent" text color in dark theme
This commit is contained in:
parent
6f542d4869
commit
43fa81c090
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ fun WelcomePage(
|
|||
fontSize = 18.sp,
|
||||
modifier = Modifier
|
||||
.padding(top = 16.dp, bottom = 8.dp),
|
||||
color = MaterialTheme.colors.primaryTextColor,
|
||||
)
|
||||
LazyColumn {
|
||||
items(items = appStateManager.latestOpenedRepositoriesPaths) { repo ->
|
||||
|
|
Loading…
Reference in a new issue