Skip to content

Commit d5ee8ff

Browse files
authored
Fix typo in background-color token value for InlineAlert success variant (#667)
1 parent 0ee96e8 commit d5ee8ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-components/src/components/InlineAlert/InlineAlert.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
/* Success variant */
8282
.bcds-Inline-Alert.success {
83-
background-color: var(--suport-surface-color-success);
83+
background-color: var(--support-surface-color-success);
8484
border: var(--layout-border-width-small) solid
8585
var(--support-border-color-success);
8686
border-radius: var(--layout-border-radius-medium);

0 commit comments

Comments
 (0)