Но не работает, когда я пытаюсь добавить этот линейный градиент.
Код: Выделить всё
const NWButton = ({ children, sx }: TButtonProps) => {
return (
{children}
);
};Подробнее здесь: https://stackoverflow.com/questions/786 ... rking-here
Код: Выделить всё
const NWButton = ({ children, sx }: TButtonProps) => {
return (
{children}
);
};