From 8d0ea6a77acc53e0bd53e70dffab5801f3eaa740 Mon Sep 17 00:00:00 2001 From: Ryuyxx Date: Tue, 5 Apr 2022 22:20:29 +0900 Subject: [PATCH] fix: Bold the selected item --- client/styles/components/_preferences.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/styles/components/_preferences.scss b/client/styles/components/_preferences.scss index 4a313b0d96..e55966d9ea 100644 --- a/client/styles/components/_preferences.scss +++ b/client/styles/components/_preferences.scss @@ -237,6 +237,7 @@ input[type="number"]::-webkit-outer-spin-button { @include themify() { //for some reason this won't work for getThemifyVariable color: map-get($theme-map, "heavy-text-color"); + font-weight: bold; } }