Fixed commit message color in dark theme

This commit is contained in:
Abdelilah El Aissaoui 2021-12-08 19:05:09 +01:00
parent 0565bf1a33
commit 2a5b3097ad

View File

@ -56,6 +56,7 @@ fun CommitChanges(
Text( Text(
text = commit.fullMessage, text = commit.fullMessage,
fontSize = 14.sp, fontSize = 14.sp,
color = MaterialTheme.colors.primaryTextColor,
modifier = Modifier modifier = Modifier
.fillMaxWidth() .fillMaxWidth()
.background(MaterialTheme.colors.background) .background(MaterialTheme.colors.background)