diff --git a/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.tsx b/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.tsx index 43ed5d28ddce..109a71ed9980 100644 --- a/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.tsx +++ b/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.tsx @@ -394,6 +394,7 @@ function FloatingActionButtonAndPopover({onHideCreateMenu, onShowCreateMenu}: Fl // Define common properties in baseQuickAction const baseQuickAction = { label: translate('quickAction.header'), + labelStyle: [styles.pt3, styles.pb2], isLabelHoverable: false, floatRightAvatars: quickActionAvatars, floatRightAvatarSize: CONST.AVATAR_SIZE.SMALL, @@ -451,6 +452,8 @@ function FloatingActionButtonAndPopover({onHideCreateMenu, onShowCreateMenu}: Fl quickActionAvatars, styles.popoverMenuItem.paddingHorizontal, styles.popoverMenuItem.paddingVertical, + styles.pt3, + styles.pb2, styles.productTrainingTooltipWrapper, renderProductTrainingTooltip, hideProductTrainingTooltip, @@ -478,12 +481,12 @@ function FloatingActionButtonAndPopover({onHideCreateMenu, onShowCreateMenu}: Fl onItemSelected={hideCreateMenu} fromSidebarMediumScreen={!shouldUseNarrowLayout} menuItems={[ + ...expenseMenuItems, { icon: Expensicons.ChatBubble, text: translate('sidebarScreen.fabNewChat'), onSelected: () => interceptAnonymousUser(Report.startNewChat), }, - ...expenseMenuItems, ...(canSendInvoice ? [ {