Skip to content

Commit

Permalink
revert minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
abzokhattab committed Dec 7, 2023
1 parent 89c11f8 commit b1a49ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SelectionList/BaseListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function BaseListItem({
textStyles={[
styles.optionDisplayName,
isFocused ? styles.sidebarLinkActiveText : styles.sidebarLinkText,
(isUserItem || item.isSelected) && styles.sidebarLinkTextBold,
isUserItem || item.isSelected ? styles.sidebarLinkTextBold : null,
styles.pre,
]}
alternateTextStyles={[styles.optionAlternateText, styles.textLabelSupporting, isFocused ? styles.sidebarLinkActiveText : styles.sidebarLinkText, styles.pre]}
Expand Down

0 comments on commit b1a49ed

Please sign in to comment.