Skip to content

Commit

Permalink
restore styles.pre for MenuItem
Browse files Browse the repository at this point in the history
  • Loading branch information
akinwale committed Jun 7, 2023
1 parent 361b998 commit fd07c8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const MenuItem = (props) => {
props.icon ? styles.ml3 : undefined,
props.shouldShowBasicTitle ? undefined : styles.textStrong,
props.interactive && props.disabled ? {...styles.disabledText, ...styles.userSelectNone} : undefined,
styles.pre,
styles.ltr,
props.shouldShowHeaderTitle ? styles.textHeadlineH1 : undefined,
isDeleted ? styles.offlineFeedback.deleted : undefined,
Expand Down

0 comments on commit fd07c8a

Please sign in to comment.