diff --git a/stories/advanced/Table.stories.tsx b/stories/advanced/Table.stories.tsx index ace67cd7f..25c08286d 100644 --- a/stories/advanced/Table.stories.tsx +++ b/stories/advanced/Table.stories.tsx @@ -26,10 +26,6 @@ const TableList = forwardRef< setHeaderHeight(headerRef.current.getBoundingClientRect().height); }, []); - const baseThStyle: CSSProperties = { - color: "white", - background: "darkgray", - }; return (
0 | -1 | -2 | -3 | -4 | -5 | -6 | -7 | -8 | -9 | + {COLUMN_WIDTHS.map((width, i) => ( ++ {i} + | + ))}
---|