@memoraiz/ui
Version:
A modern React component library built with Radix UI, Tailwind CSS, and Storybook.
14 lines (12 loc) • 403 B
CSS
@theme inline {
/* Additional colors */
--color-brand: var(--brand);
--color-brand-foreground: var(--brand-foreground);
/* Status colors */
--color-warn: var(--warn);
--color-warn-foreground: var(--warn-foreground);
--color-info: var(--info);
--color-info-foreground: var(--info-foreground);
--color-success: var(--success);
--color-success-foreground: var(--success-foreground);
}