We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a956db6 + 1d35eba commit 821697aCopy full SHA for 821697a
src/components/ButtonWithDropdownMenu/index.tsx
@@ -110,7 +110,7 @@ function ButtonWithDropdownMenu<IValueType>({
110
isDisabled={isDisabled || !!selectedItem?.disabled}
111
isLoading={isLoading}
112
shouldRemoveRightBorderRadius
113
- style={[styles.flex1, styles.pr0]}
+ style={isSplitButton ? [styles.flex1, styles.pr0] : {}}
114
large={buttonSize === CONST.DROPDOWN_BUTTON_SIZE.LARGE}
115
medium={buttonSize === CONST.DROPDOWN_BUTTON_SIZE.MEDIUM}
116
small={buttonSize === CONST.DROPDOWN_BUTTON_SIZE.SMALL}
0 commit comments