We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc561fd commit 81dd82fCopy full SHA for 81dd82f
src/custom/Modal/index.tsx
@@ -238,8 +238,8 @@ export const PrimaryActionButtons: React.FC<PrimaryActionButtonsProps> = ({
238
}) => {
239
return (
240
<ButtonContainer>
241
- <ModalButtonPrimary {...primaryButtonProps}>{primaryText}</ModalButtonPrimary>
242
<ModalButtonSecondary {...secondaryButtonProps}>{secondaryText}</ModalButtonSecondary>
+ <ModalButtonPrimary {...primaryButtonProps}>{primaryText}</ModalButtonPrimary>
243
</ButtonContainer>
244
);
245
};
0 commit comments