Fixed commit message color in dark theme
This commit is contained in:
parent
0565bf1a33
commit
2a5b3097ad
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user