Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2562 | Rev 2606 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2562 Rev 2605
Línea 8... Línea 8...
8
  CardMedia,
8
  CardMedia,
9
  styled
9
  styled
10
} from '@mui/material'
10
} from '@mui/material'
Línea 11... Línea 11...
11
 
11
 
12
const WidgetContainer = styled(Card)(({ theme }) => ({
12
const WidgetContainer = styled(Card)(({ theme }) => ({
13
  backgroundColor: theme.palette.background.default,
13
  backgroundColor: theme.palette.primary.main,
14
  borderRadius: 0,
14
  borderRadius: 0,
15
  boxShadow: theme.shadows[1],
15
  boxShadow: theme.shadows[1],
16
  height: 'fit-content',
16
  height: 'fit-content',
17
  position: 'relative',
17
  position: 'relative',