Skip to content

Commit

Permalink
Bold options in all SelectionLists
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-solecki committed Jan 23, 2024
1 parent 9ccd659 commit b0397fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SelectionList/BaseListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function BaseListItem<TItem extends User | RadioItem>({
textStyles={[
styles.optionDisplayName,
isFocused ? styles.sidebarLinkActiveText : styles.sidebarLinkText,
isUserItem ? styles.sidebarLinkTextBold : null,
styles.sidebarLinkTextBold,
styles.pre,
item.alternateText ? styles.mb1 : null,
]}
Expand Down

0 comments on commit b0397fb

Please sign in to comment.