import * as React from 'react'; import { CssVarsProvider, extendTheme } from '@mui/joy/styles'; import Box from '@mui/joy/Box'; import Button from '@mui/joy/Button'; // All buttons should look the same, otherwise, it means that multiple instances with different prefixes do not work. export default function VariantColorJoy() { return ( ); }