Skip to content

Commit 522f5e0

Browse files
committed
fix(fe): round StatusTag pill to rounded-sm to match Tag component
1 parent 8d82565 commit 522f5e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/opik-frontend/src/v2/pages-shared/experiments/EvaluationSuiteExperiment

apps/opik-frontend/src/v2/pages-shared/experiments/EvaluationSuiteExperiment/PassedCell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export const StatusTag: React.FC<StatusInfo & { className?: string }> = ({
124124
<AssertionsBreakdownTooltip assertionsByRun={assertionsByRun}>
125125
<div
126126
className={cn(
127-
"inline-flex items-center gap-1 rounded-full border border-transparent px-2.5 py-0.5 font-mono text-xs font-semibold transition-colors",
127+
"inline-flex h-5 items-center gap-1 rounded-sm border border-transparent px-2 font-mono text-xs font-semibold transition-colors",
128128
isPassed
129129
? "bg-[var(--tag-green-bg)] text-[var(--tag-green-text)]"
130130
: isSkipped

0 commit comments

Comments
 (0)