Skip to content

Commit

Permalink
Unbold user names in SearchableList
Browse files Browse the repository at this point in the history
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
  • Loading branch information
nfebe committed Nov 28, 2023
1 parent 7109861 commit d1e0352
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/components/GlobalSearch/SearchableList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ export default {

:deep(.button-vue) {
border-radius: var(--border-radius-large) !important;
span {
font-weight: initial;
}
}
}

Expand Down

0 comments on commit d1e0352

Please sign in to comment.