diff --git a/src/main/kotlin/app/ui/CommitChanges.kt b/src/main/kotlin/app/ui/CommitChanges.kt index fc1f54e..b341982 100644 --- a/src/main/kotlin/app/ui/CommitChanges.kt +++ b/src/main/kotlin/app/ui/CommitChanges.kt @@ -56,6 +56,7 @@ fun CommitChanges( Text( text = commit.fullMessage, fontSize = 14.sp, + color = MaterialTheme.colors.primaryTextColor, modifier = Modifier .fillMaxWidth() .background(MaterialTheme.colors.background)