mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
7 lines
309 B
TypeScript
7 lines
309 B
TypeScript
import { cn } from "@/utils/cn";
|
|
|
|
export const sidebarBadgeClasses = cn(
|
|
"animate-in zoom-in-20 fade-in",
|
|
"rounded-lg border border-neutral-300 bg-white px-2 py-0.5 font-mono text-xs font-medium text-neutral-600 shadow-sm dark:border-neutral-800 dark:bg-neutral-900 dark:text-neutral-400 drop-shadow",
|
|
);
|