import Box from '@mui/material/Box'; const commonStyles = { bgcolor: 'background.paper', borderColor: 'text.primary', m: 1, border: 1, width: '5rem', height: '5rem', }; export default function BorderRadius() { return ( ); }