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