feat(ui): update global CSS path and restructure styles

This commit is contained in:
Firman Ramdhani
2026-01-07 10:45:49 +07:00
parent fec32487bb
commit 2e3d64b25b
2 changed files with 2 additions and 2 deletions
-17
View File
@@ -1,17 +0,0 @@
@import 'tailwindcss';
@source "../../../src";
@theme {
--color-brand-50: #f5f3fd; /* sangat terang, hampir lavender */
--color-brand-100: #e6dbfb;
--color-brand-200: #d0b6f8;
--color-brand-300: #b78ff5;
--color-brand-400: #9f64f1;
--color-brand-500: #7d39ed; /* warna utama purple */
--color-brand-600: #652ed9;
--color-brand-700: #4a23a5;
--color-brand-800: #321a7a;
--color-brand-900: #1b0f4a;
--color-brand-950: #0d0726; /* paling gelap */
}