mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-04 09:46:40 +00:00
🎨 prettier format
This commit is contained in:
@@ -10,7 +10,8 @@ const badgeVariants = cva(
|
|||||||
variant: {
|
variant: {
|
||||||
default:
|
default:
|
||||||
"border-transparent bg-primary text-primary-foreground",
|
"border-transparent bg-primary text-primary-foreground",
|
||||||
outlinePrimary: "border-transparent bg-transparent border-primary text-primary",
|
outlinePrimary:
|
||||||
|
"border-transparent bg-transparent border-primary text-primary",
|
||||||
secondary:
|
secondary:
|
||||||
"border-transparent bg-secondary text-secondary-foreground",
|
"border-transparent bg-secondary text-secondary-foreground",
|
||||||
destructive:
|
destructive:
|
||||||
@@ -18,12 +19,12 @@ const badgeVariants = cva(
|
|||||||
outline: "text-foreground",
|
outline: "text-foreground",
|
||||||
green: "border-green-600 bg-green-500/20 text-green-700 dark:text-green-300",
|
green: "border-green-600 bg-green-500/20 text-green-700 dark:text-green-300",
|
||||||
yellow: "border-yellow-600 bg-yellow-500/20 text-yellow-700 dark:text-yellow-300",
|
yellow: "border-yellow-600 bg-yellow-500/20 text-yellow-700 dark:text-yellow-300",
|
||||||
red: "border-red-400 bg-red-300/20 text-red-600 dark:text-red-300",
|
red: "border-red-400 bg-red-300/20 text-red-600 dark:text-red-300"
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
defaultVariants: {
|
defaultVariants: {
|
||||||
variant: "default",
|
variant: "default"
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user