Added colors to tailwind config

This commit is contained in:
Neshura 2024-01-01 07:07:18 +01:00
parent be892d00c1
commit 7ec403841b
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -47,6 +47,18 @@ const config = {
card: {
DEFAULT: "hsl(var(--card) / <alpha-value>)",
foreground: "hsl(var(--card-foreground) / <alpha-value>)"
},
offline: {
DEFAULT: "hsl(var(--offline) / <alpha-value>)",
},
online: {
DEFAULT: "hsl(var(--online) / <alpha-value>)",
},
pending: {
DEFAULT: "hsl(var(--pending) / <alpha-value>)",
},
maintenance: {
DEFAULT: "hsl(var(--maintenance) / <alpha-value>)",
}
},
borderRadius: {