export const ColorPaletteRow = (props: React.HTMLAttributes<HTMLTableRowElement>) => (
    <tr>{props.children}</tr>
);
