Skip to content

Commit 22a6c50

Browse files
committed
tighten TypeValueCell spacing
1 parent 4eacb3d commit 22a6c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/table/cells/TypeValueCell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export type TypeValue = {
1414
}
1515

1616
export const TypeValueCell = ({ type, value }: TypeValue) => (
17-
<div className="space-x-1">
17+
<div className="space-x-0.5">
1818
<Badge>{type}</Badge>
1919
<Badge variant="solid" className="!normal-case">
2020
{value}

0 commit comments

Comments
 (0)