mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
feat: style improvements
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { cva } from "class-variance-authority";
|
||||
|
||||
export const sheetVariants = cva(
|
||||
"fixed z-50 bg-background gap-4 shadow-lg transition ease-in-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-500",
|
||||
"fixed z-50 bg-background gap-4 shadow-lg transition ease-in-out data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:duration-500 border-border",
|
||||
{
|
||||
variants: {
|
||||
side: {
|
||||
|
||||
@@ -14,6 +14,9 @@ export const unraidPreset = {
|
||||
},
|
||||
},
|
||||
extend: {
|
||||
borderColor: {
|
||||
DEFAULT: "hsl(var(--border))",
|
||||
},
|
||||
fontFamily: {
|
||||
sans: "clear-sans,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user