Alerts: use sm button

This commit is contained in:
Alex Gleason 2022-06-23 16:24:10 -05:00
parent 8a13984be1
commit 421561f731
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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 = (