This commit is contained in:
@ -1 +1,19 @@
|
||||
@import "tailwindcss";
|
||||
@import 'tailwindcss';
|
||||
|
||||
@theme {
|
||||
--color-primary: #ffffff;
|
||||
--color-secondary: #f54b7e;
|
||||
--color-three: #e20c66;
|
||||
|
||||
--color-accent-50: #f54378;
|
||||
--color-accent-100: #e51e7d;
|
||||
--color-accent-150: #c4035f;
|
||||
|
||||
/*system colors*/
|
||||
--color-error: oklch(57.7% 0.245 27.325);
|
||||
--color-warning: oklch(76.9% 0.188 70.08);
|
||||
|
||||
/*disabled*/
|
||||
--color-text-disabled: oklch(55.1% 0.027 264.364);
|
||||
--color-bg-disabled: oklch(92.8% 0.006 264.531);
|
||||
}
|
||||
|
Reference in New Issue
Block a user