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