Spaces:
Sleeping
Sleeping
MingruiZhang
commited on
Commit
•
873ec73
1
Parent(s):
0d6f04b
fix chip
Browse files- components/ui/Chip.tsx +1 -1
components/ui/Chip.tsx
CHANGED
@@ -16,7 +16,7 @@ const Chip: React.FC<ChipProps> = ({
|
|
16 |
return (
|
17 |
<div
|
18 |
className={cn(
|
19 |
-
'inline-flex items-center px-1.5 rounded-full text-xs mr-2',
|
20 |
`bg-${color}-100 text-${color}-500`,
|
21 |
className,
|
22 |
)}
|
|
|
16 |
return (
|
17 |
<div
|
18 |
className={cn(
|
19 |
+
'inline-flex items-center px-1.5 rounded-full text-xs mr-2 bg-gray-100 text-gray-500',
|
20 |
`bg-${color}-100 text-${color}-500`,
|
21 |
className,
|
22 |
)}
|