Skip to content

Commit 8d0ea6a

Browse files
committed
fix: Bold the selected item
1 parent a767bb1 commit 8d0ea6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/styles/components/_preferences.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ input[type="number"]::-webkit-outer-spin-button {
237237
@include themify() {
238238
//for some reason this won't work for getThemifyVariable
239239
color: map-get($theme-map, "heavy-text-color");
240+
font-weight: bold;
240241
}
241242
}
242243

0 commit comments

Comments
 (0)