diff --git a/src/components/TableToolbar/RowHeight.tsx b/src/components/TableToolbar/RowHeight.tsx index 01056284..59e8523b 100644 --- a/src/components/TableToolbar/RowHeight.tsx +++ b/src/components/TableToolbar/RowHeight.tsx @@ -12,7 +12,7 @@ import { } from "@src/atoms/tableScope"; import { DEFAULT_ROW_HEIGHT } from "@src/components/Table"; -const ROW_HEIGHTS = [33, 41, 65, 97, 129, 161]; +const ROW_HEIGHTS = [32, 40, 64, 96, 128, 160]; export default function RowHeight() { const theme = useTheme(); @@ -63,7 +63,7 @@ export default function RowHeight() { Row height {ROW_HEIGHTS.map((height) => ( - {height - 1}px + {height}px ))}