Fixed commit message color in dark theme
This commit is contained in:
parent
0565bf1a33
commit
2a5b3097ad
@ -56,6 +56,7 @@ fun CommitChanges(
|
||||
Text(
|
||||
text = commit.fullMessage,
|
||||
fontSize = 14.sp,
|
||||
color = MaterialTheme.colors.primaryTextColor,
|
||||
modifier = Modifier
|
||||
.fillMaxWidth()
|
||||
.background(MaterialTheme.colors.background)
|
||||
|
Loading…
Reference in New Issue
Block a user