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>
|
||||
)}
|
||||
{onClose ? (
|
||||
<Button onClick={onClose} variant="icon" intent="text">
|
||||
<Button onClick={onClose} variant="icon" intent="tertiary">
|
||||
<CloseLargeIcon />
|
||||
</Button>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user