fix commit
All checks were successful
Deploy Application / deploy (push) Successful in 1m8s

This commit is contained in:
2025-06-11 21:37:07 +04:00
parent 19c8771971
commit 8af8c416f5
3 changed files with 28 additions and 10 deletions

View File

@ -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);
}