Skip to content

Commit

Permalink
change cancel button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
HaruHunab1320 committed Jun 20, 2024
1 parent e45460c commit 97211d0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/client/core/src/components/Modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@ export const Modal = ({
</DialogContentText>
</DialogContent>
<DialogActions classes={{ root: styles.actions }}>
<Button
onClick={onClose}
variant="outline"
className={styles.btnCancel}
>
<Button onClick={onClose} variant="portal-neutral">
Cancel
</Button>
{handleAction !== undefined && showSaveBtn === true && (
Expand Down

0 comments on commit 97211d0

Please sign in to comment.