We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e602e8 commit 7a44309Copy full SHA for 7a44309
src/modules/datasets/dataset/schema/TypeBadge.tsx
@@ -15,7 +15,7 @@ interface TypeBadgeProps {
15
}
16
17
const borderTypeColor = [
18
- { keywords: ['string'], color: 'border-yellow-500 text-yellow-500' },
+ { keywords: ['string'], color: 'border-yellow-500 text-yellow-200' },
19
{ keywords: ['video'], color: 'border-orange-300 text-orange-300' },
20
{ keywords: ['bool'], color: 'border-blue-200 text-blue-200' },
21
{ keywords: ['application'], color: 'border-blue-400 text-blue-400' },
@@ -53,7 +53,7 @@ const TypeBadge: React.FC<TypeBadgeProps> = ({
53
className={cn(
54
`flex`,
55
direction === 'vertical'
56
- ? 'flex-col gap-1'
+ ? 'flex-col gap-2'
57
: 'flex-row flex-wrap gap-4',
58
className
59
)}
0 commit comments