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