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 aeacad4 commit 95e02b9Copy full SHA for 95e02b9
packages/components/src/components/notification/notification.config.js
@@ -53,7 +53,7 @@ module.exports = {
53
},
54
55
{
56
- name: 'low-contrast',
+ name: 'inline-low-contrast',
57
label: 'Inline Notification (Low contrast)',
58
context: {
59
variant: 'inline',
@@ -75,7 +75,7 @@ module.exports = {
75
76
77
78
+ name: 'toast-low-contrast',
79
label: 'Toast Notification (Low contrast)',
80
notes: `
81
Toast notifications are typically passive, meaning they won't affect the user's workflow if not addressed.
0 commit comments