We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9918577 commit 3a0bf3eCopy full SHA for 3a0bf3e
src/components/cells/color.tsx
@@ -11,7 +11,7 @@ interface ColorCellProps {
11
export function ColorCell(props: ColorCellProps) {
12
return (
13
<Fragment>
14
- <div tw="absolute top-0 bottom-0 left-0 w-4" style={{
+ <div tw="absolute top-0 bottom-0 left-0 w-[0.9em]" style={{
15
background: props.value,
16
}} />
17
<div
0 commit comments