We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a28b6 commit fc89109Copy full SHA for fc89109
packages/uui-css/lib/custom-properties/colors.css
@@ -182,4 +182,10 @@
182
--uui-color-mine-grey-dimmed: color(
183
$mine-grey saturation(- 100%) lightness(+ 10%)
184
);
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);
191
}
0 commit comments