Rewrite page in Svelte 5 #49

Merged
Neshura merged 94 commits from rewrite/svelte into main 2024-01-06 14:12:09 +00:00
Showing only changes of commit 7ec403841b - Show all commits

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: {