Skip to content

Commit d773b3f

Browse files
committed
Update swatch
Swatch will grow to fit its container vertically now.
1 parent 6632771 commit d773b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ui/swatch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function Swatch({ rgb }: SwatchProps) {
1414
title={color}
1515
>
1616
<span
17-
className="w-8 h-6 shrink-0"
17+
className="w-8 self-stretch shrink-0"
1818
style={{ backgroundColor: color }}
1919
/>
2020

0 commit comments

Comments
 (0)