We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eacb3d commit 22a6c50Copy full SHA for 22a6c50
app/table/cells/TypeValueCell.tsx
@@ -14,7 +14,7 @@ export type TypeValue = {
14
}
15
16
export const TypeValueCell = ({ type, value }: TypeValue) => (
17
- <div className="space-x-1">
+ <div className="space-x-0.5">
18
<Badge>{type}</Badge>
19
<Badge variant="solid" className="!normal-case">
20
{value}
0 commit comments