Skip to content

Commit 95e02b9

Browse files
asudohtw15egan
authored andcommitted
fix(notification): fix low contrast markup (#3899)
Refs #2927.
1 parent aeacad4 commit 95e02b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/components/src/components/notification/notification.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = {
5353
},
5454
},
5555
{
56-
name: 'low-contrast',
56+
name: 'inline-low-contrast',
5757
label: 'Inline Notification (Low contrast)',
5858
context: {
5959
variant: 'inline',
@@ -75,7 +75,7 @@ module.exports = {
7575
},
7676
},
7777
{
78-
name: 'low-contrast',
78+
name: 'toast-low-contrast',
7979
label: 'Toast Notification (Low contrast)',
8080
notes: `
8181
Toast notifications are typically passive, meaning they won't affect the user's workflow if not addressed.

0 commit comments

Comments
 (0)