fix(admin-ui): добавить brand-100/200/300/400/600/800/900 в @theme
Кнопка «+ Создать запись» использует bg-brand-600 / hover:bg-brand-700, но в @theme были определены только brand-50/500/700 — bg-brand-600 резолвился в ничто, кнопка отрисовывалась без фона + text-white = невидимая на белом. Добавил полную шкалу 50-900 в OKLCH для консистентного hover/active.
This commit is contained in:
@@ -2,8 +2,15 @@
|
||||
|
||||
@theme {
|
||||
--color-brand-50: oklch(0.97 0.02 250);
|
||||
--color-brand-100: oklch(0.93 0.04 250);
|
||||
--color-brand-200: oklch(0.86 0.07 250);
|
||||
--color-brand-300: oklch(0.77 0.10 250);
|
||||
--color-brand-400: oklch(0.66 0.13 250);
|
||||
--color-brand-500: oklch(0.55 0.16 250);
|
||||
--color-brand-600: oklch(0.48 0.17 250);
|
||||
--color-brand-700: oklch(0.42 0.18 250);
|
||||
--color-brand-800: oklch(0.34 0.16 250);
|
||||
--color-brand-900: oklch(0.26 0.13 250);
|
||||
--font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user