Alerts: use sm button

environments/review-sw-skipwai-nw7uz5/deployments/366
Alex Gleason 2 years ago
parent 8a13984be1
commit 421561f731
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -37,7 +37,7 @@ const SnackbarContainer: React.FC = () => {
if (notification.action) {
const { action } = notification;
notification.action = (
<Button theme='ghost' onClick={action} text={notification.actionLabel} />
<Button theme='ghost' size='sm' onClick={action} text={notification.actionLabel} />
);
} else if (notification.actionLabel) {
notification.action = (

Loading…
Cancel
Save