Snackbar: use 'ghost' theme button

virtuoso-debug
Alex Gleason 2022-06-23 15:25:33 -05:00
rodzic 3e205a9610
commit 38c920e9e5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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