Skip to content

Commit a68b222

Browse files
committed
doc
1 parent f400a91 commit a68b222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const propertySizeTemplate = (property: any) => html` <uui-table-row>
8888
export const InterfaceColors = () => {
8989
const surface = ['surface', 'background', 'text', 'color-border', 'divider'];
9090
const state = ['selected', 'current', 'disabled'];
91-
const color = ['positive', 'warning', 'danger', 'disabled'];
91+
const color = ['primary', 'positive', 'warning', 'danger', 'disabled'];
9292
const universal = ['header', 'focus', 'hover'];
9393

9494
return html`

0 commit comments

Comments
 (0)