Skip to content

Commit fdef8ab

Browse files
committed
default color not primary
1 parent 896fa49 commit fdef8ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/uui-css/lib/custom-properties.story.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const InterfaceColors = () => {
9595
'interactive',
9696
];
9797
const state = ['selected', 'current', 'disabled'];
98-
const color = ['primary', 'positive', 'warning', 'danger', 'disabled'];
98+
const color = ['default', 'positive', 'warning', 'danger', 'disabled'];
9999
const universal = ['header', 'focus', 'hover'];
100100

101101
return html`
@@ -128,11 +128,11 @@ export const InterfaceColors = () => {
128128
<ul>
129129
<li>
130130
<b>Selected</b> - Use to highlight text or background when a component
131-
is in the 'selected' stated.
131+
is in the 'selected' state.
132132
</li>
133133
<li>
134134
<b>Current</b> - Use to highlight text or background when a component
135-
is in the 'current' stated, only used by navigation items to indicate
135+
is in the 'current' state, only used by navigation items to indicate
136136
the current location.
137137
</li>
138138
<li><b>Disabled</b> - Use for displaying disabled state.</li>

0 commit comments

Comments
 (0)