Skip to content

Commit fc89109

Browse files
committed
added basic colors to uui-color
1 parent 08a28b6 commit fc89109

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/uui-css/lib/custom-properties/colors.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,10 @@
182182
--uui-color-mine-grey-dimmed: color(
183183
$mine-grey saturation(- 100%) lightness(+ 10%)
184184
);
185+
186+
--uui-color-primary: var(--uui-color-violet-blue);
187+
--uui-color-secondary: var(--uui-color-timberwolf);
188+
--uui-color-positive: var(--uui-color-jungle-green);
189+
--uui-color-warning: var(--uui-color-sunglow);
190+
--uui-color-danger: var(--uui-color-maroon-flush);
185191
}

0 commit comments

Comments
 (0)