Skip to content

Commit 386dcc4

Browse files
devongovettGitHub Enterprise
authored andcommitted
Fix inline alert notice variant icon color (#174)
1 parent dd306f9 commit 386dcc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/s2/src/InlineAlert.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const icon = style<InlineStylesProps>({
147147
variant: {
148148
informative: 'informative',
149149
positive: 'positive',
150-
notice: 'notice',
150+
notice: 'negative',
151151
negative: 'negative',
152152
neutral: 'neutral'
153153
}

0 commit comments

Comments
 (0)