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; } }