Skip to content

Commit ad00121

Browse files
committed
fix(notifications): more visible * 2
1 parent 2835e21 commit ad00121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/overlays/NewNotifications/NotificationView/NotificationView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ const NotificationContainer = tasty({
3838
},
3939
outline: 0,
4040
border: {
41-
'': '#clear',
41+
'': '#border',
4242
'[data-type="success"]': '#success.4',
4343
'[data-type="danger"]': '#danger.4',
44-
'[data-type="attention"]': '#note.4',
44+
'[data-type="attention"]': '#border',
4545
},
4646
},
4747
});

0 commit comments

Comments
 (0)