Alerts: use sm button
This commit is contained in:
parent
8a13984be1
commit
421561f731
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ const SnackbarContainer: React.FC = () => {
|
||||||
if (notification.action) {
|
if (notification.action) {
|
||||||
const { action } = notification;
|
const { action } = notification;
|
||||||
notification.action = (
|
notification.action = (
|
||||||
<Button theme='ghost' onClick={action} text={notification.actionLabel} />
|
<Button theme='ghost' size='sm' onClick={action} text={notification.actionLabel} />
|
||||||
);
|
);
|
||||||
} else if (notification.actionLabel) {
|
} else if (notification.actionLabel) {
|
||||||
notification.action = (
|
notification.action = (
|
||||||
|
|
Loading…
Reference in a new issue