Skip to content

Commit 65d4292

Browse files
committed
🍫 thinker bars
1 parent 963aa50 commit 65d4292

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/spicy-teams-matter.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hhmi/checks-proofig': patch
3+
---
4+
5+
UI Tweaks

packages/checks-text-integrity/src/components/SimilarityPercentageBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export function SimilarityPercentageBar({
8989
return (
9090
<div
9191
className={cn(
92-
'overflow-hidden w-full rounded-full h-[2px] bg-muted',
92+
'overflow-hidden w-full rounded-full h-[4px] bg-muted',
9393
trackClassName,
9494
className,
9595
)}

0 commit comments

Comments
 (0)