Added colors to tailwind config
This commit is contained in:
parent
be892d00c1
commit
7ec403841b
1 changed files with 12 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue