Skip to content

Commit

Permalink
Merge pull request #21828 from Nikhil-Vats/21715_improve_menu_item_de…
Browse files Browse the repository at this point in the history
…sign
  • Loading branch information
thienlnam authored Jun 29, 2023
2 parents 76a8a98 + f034820 commit aca4e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function MenuItem(props) {
styles.textLabelSupporting,
props.icon && !_.isArray(props.icon) ? styles.ml3 : undefined,
styles.lineHeightNormal,
props.title ? descriptionVerticalMargin : undefined,
props.title ? descriptionVerticalMargin : StyleUtils.getFontSizeStyle(variables.fontSizeNormal),
props.descriptionTextStyle,
isDeleted ? styles.offlineFeedback.deleted : undefined,
]);
Expand Down

0 comments on commit aca4e40

Please sign in to comment.