Skip to content

Commit 81dd82f

Browse files
committed
fix(button): rearrange
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
1 parent bc561fd commit 81dd82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/Modal/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ export const PrimaryActionButtons: React.FC<PrimaryActionButtonsProps> = ({
238238
}) => {
239239
return (
240240
<ButtonContainer>
241-
<ModalButtonPrimary {...primaryButtonProps}>{primaryText}</ModalButtonPrimary>
242241
<ModalButtonSecondary {...secondaryButtonProps}>{secondaryText}</ModalButtonSecondary>
242+
<ModalButtonPrimary {...primaryButtonProps}>{primaryText}</ModalButtonPrimary>
243243
</ButtonContainer>
244244
);
245245
};

0 commit comments

Comments
 (0)