Skip to content

Commit

Permalink
Remove lhNormal from MenuItem
Browse files Browse the repository at this point in the history
  • Loading branch information
esh-g committed Jul 19, 2023
1 parent 9508dfa commit 20866d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ function MenuItem(props) {
const descriptionTextStyle = StyleUtils.combineStyles([
styles.textLabelSupporting,
props.icon && !_.isArray(props.icon) ? styles.ml3 : undefined,
styles.lhNormal,
props.title ? descriptionVerticalMargin : StyleUtils.getFontSizeStyle(variables.fontSizeNormal),
props.descriptionTextStyle,
isDeleted ? styles.offlineFeedback.deleted : undefined,
Expand Down

0 comments on commit 20866d6

Please sign in to comment.