12-05-2026 Frontend dev
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run

This commit is contained in:
Kevin Adametz 2026-05-12 18:32:33 +02:00
parent 405df0a122
commit 5b8bdf4182
779 changed files with 480564 additions and 6241 deletions

View file

@ -61,6 +61,21 @@ module.exports = {
border: "hsl(var(--border) / <alpha-value>)",
input: "hsl(var(--input) / <alpha-value>)",
ring: "hsl(var(--ring) / <alpha-value>)",
// Custom Zinc Colors - Neutrale Grautöne ohne Blaustich
zinc: {
50: "var(--zinc-50)",
100: "var(--zinc-100)",
200: "var(--zinc-200)",
300: "var(--zinc-300)",
400: "var(--zinc-400)",
500: "var(--zinc-500)",
600: "var(--zinc-600)",
700: "var(--zinc-700)",
800: "var(--zinc-800)",
900: "var(--zinc-900)",
950: "var(--zinc-950)",
},
},
borderRadius: {
lg: "var(--radius)",