Skip to content

Commit 82cedcd

Browse files
Simpler tw types
1 parent 79718f1 commit 82cedcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/oxql-metrics/OxqlMetric.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export function OxqlMetric({ title, description, unit, ...queryObj }: OxqlMetric
7777

7878
return (
7979
<div className="flex w-full grow flex-col rounded-lg border border-default">
80-
<div className="flex items-center justify-between border-b px-5 pb-4 pt-5 border-secondary">
80+
<div className="flex items-center justify-between border-b p-5 pt-8 border-secondary">
8181
<div>
8282
<h2 className="flex items-baseline gap-1.5">
8383
<div className="text-sans-semi-lg">{title}</div>

0 commit comments

Comments
 (0)