Skip to content

Commit

Permalink
Merge pull request #21769 from dukenv0307/fix/21404
Browse files Browse the repository at this point in the history
Fix: Date is not being displayed correctly when single digit day is entered
  • Loading branch information
cristipaval authored Jun 29, 2023
2 parents fab30d4 + d5c1019 commit f9acca9
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 @@ -74,7 +74,7 @@ function MenuItem(props) {
const descriptionVerticalMargin = props.shouldShowDescriptionOnTop ? styles.mb1 : styles.mt1;
const titleTextStyle = StyleUtils.combineStyles(
[
styles.flexShrink1,
styles.flex1,
styles.popoverMenuText,
props.icon && !_.isArray(props.icon) ? styles.ml3 : undefined,
props.shouldShowBasicTitle ? undefined : styles.textStrong,
Expand Down

0 comments on commit f9acca9

Please sign in to comment.