From 09d4184c4012de4fa81f9498faa610424e3bf0fe Mon Sep 17 00:00:00 2001 From: Abdelilah El Aissaoui Date: Wed, 2 Feb 2022 21:45:24 +0100 Subject: [PATCH] Changed header weight for commited and uncommited changes --- src/main/kotlin/app/ui/CommitChanges.kt | 2 +- src/main/kotlin/app/ui/UncommitedChanges.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/app/ui/CommitChanges.kt b/src/main/kotlin/app/ui/CommitChanges.kt index 877e092..dd0f19b 100644 --- a/src/main/kotlin/app/ui/CommitChanges.kt +++ b/src/main/kotlin/app/ui/CommitChanges.kt @@ -101,7 +101,7 @@ fun CommitChangesView( .padding(vertical = 8.dp) .fillMaxWidth(), text = "Files changed", - fontWeight = FontWeight.Bold, + fontWeight = FontWeight.Normal, textAlign = TextAlign.Center, color = MaterialTheme.colors.headerText, maxLines = 1, diff --git a/src/main/kotlin/app/ui/UncommitedChanges.kt b/src/main/kotlin/app/ui/UncommitedChanges.kt index 0a2553e..196d7e0 100644 --- a/src/main/kotlin/app/ui/UncommitedChanges.kt +++ b/src/main/kotlin/app/ui/UncommitedChanges.kt @@ -368,7 +368,7 @@ private fun EntriesList( .padding(vertical = 8.dp) .fillMaxWidth(), text = title, - fontWeight = FontWeight.Bold, + fontWeight = FontWeight.Normal, textAlign = TextAlign.Center, color = MaterialTheme.colors.headerText, fontSize = 13.sp,