Fixed "Recent" text color in dark theme

This commit is contained in:
Abdelilah El Aissaoui 2021-12-08 19:33:15 +01:00
parent 6f542d4869
commit 43fa81c090

View file

@ -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 ->