We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2835e21 commit ad00121Copy full SHA for ad00121
src/components/overlays/NewNotifications/NotificationView/NotificationView.tsx
@@ -38,10 +38,10 @@ const NotificationContainer = tasty({
38
},
39
outline: 0,
40
border: {
41
- '': '#clear',
+ '': '#border',
42
'[data-type="success"]': '#success.4',
43
'[data-type="danger"]': '#danger.4',
44
- '[data-type="attention"]': '#note.4',
+ '[data-type="attention"]': '#border',
45
46
47
});
0 commit comments