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 (
- - - - - - - - - - + {COLUMN_WIDTHS.map((width, i) => ( + + ))}
0123456789 + {i} +