aboutsummaryrefslogtreecommitdiff
path: root/llama.cpp/tools/server/webui/src/lib/constants/input-classes.ts
blob: a541cfc55385667da53207108ede68e032b70ba7 (plain)
1
2
3
4
5
6
export const INPUT_CLASSES = `
    bg-muted/70 dark:bg-muted/85
    border border-border/30 focus-within:border-border  dark:border-border/20 dark:focus-within:border-border
    outline-none
    text-foreground
`;