Snackbar: use 'ghost' theme button

This commit is contained in:
Alex Gleason
2022-06-23 15:25:33 -05:00
parent 3e205a9610
commit 38c920e9e5

View File

@ -38,7 +38,7 @@ const mapStateToProps = (state, { intl }) => {
if (notification.action) {
const { action } = notification;
notification.action = (
<Button onClick={action} text={notification.actionLabel} />
<Button theme='ghost' onClick={action} text={notification.actionLabel} />
);
} else if (notification.actionLabel) {
notification.action = (