Skip to content

Commit

Permalink
tighten TypeValueCell spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Jul 25, 2024
1 parent 4eacb3d commit 22a6c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/table/cells/TypeValueCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type TypeValue = {
}

export const TypeValueCell = ({ type, value }: TypeValue) => (
<div className="space-x-1">
<div className="space-x-0.5">
<Badge>{type}</Badge>
<Badge variant="solid" className="!normal-case">
{value}
Expand Down

0 comments on commit 22a6c50

Please sign in to comment.