fix: corrected intent for button to fix broken padding
This commit is contained in:
@@ -47,7 +47,7 @@ export function Toast({ children, message, onClose, variant }: ToastsProps) {
|
|||||||
<div className={styles.content}>{children}</div>
|
<div className={styles.content}>{children}</div>
|
||||||
)}
|
)}
|
||||||
{onClose ? (
|
{onClose ? (
|
||||||
<Button onClick={onClose} variant="icon" intent="text">
|
<Button onClick={onClose} variant="icon" intent="tertiary">
|
||||||
<CloseLargeIcon />
|
<CloseLargeIcon />
|
||||||
</Button>
|
</Button>
|
||||||
) : null}
|
) : null}
|
||||||
|
|||||||
Reference in New Issue
Block a user