Unbold user names in SearchableList

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
pull/41781/head
fenn-cs 6 months ago committed by Andy Scherzinger
parent 1fe7ba57c8
commit 1c5ceaff9b
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

@ -149,6 +149,9 @@ export default {
:deep(.button-vue) {
border-radius: var(--border-radius-large) !important;
span {
font-weight: initial;
}
}
}

Loading…
Cancel
Save