From 33256c291067e12f2439841daab9304c982118cc Mon Sep 17 00:00:00 2001 From: Alexander Platov Date: Thu, 16 Sep 2021 14:29:20 +0300 Subject: [PATCH] No bold (#196) Signed-off-by: Alexander Platov --- plugins/chunter-resources/src/components/FileGroup.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chunter-resources/src/components/FileGroup.svelte b/plugins/chunter-resources/src/components/FileGroup.svelte index d28ddf2de4..b4cd494842 100644 --- a/plugins/chunter-resources/src/components/FileGroup.svelte +++ b/plugins/chunter-resources/src/components/FileGroup.svelte @@ -40,7 +40,6 @@ position: relative; display: flex; align-items: center; - font-weight: 500; color: var(--theme-content-color); cursor: pointer; @@ -73,6 +72,7 @@ top: 1.5rem; left: 0; min-width: 100%; + font-weight: 500; background-color: var(--theme-button-bg-focused); border: 1px solid var(--theme-button-border-enabled); border-radius: .75rem;