Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2614 Rev 2639
Línea 1... Línea 1...
1
import React from 'react'
1
import React from 'react'
2
import { useNavigate } from 'react-router-dom'
2
import { useNavigate } from 'react-router-dom'
3
import { Avatar, Box, styled } from '@mui/material'
3
import { Avatar, Box, Card, styled } from '@mui/material'
Línea 4... Línea 4...
4
 
4
 
5
export const WidgetWrapper = styled(Box)(({ theme }) => ({
-
 
6
  backgroundColor: theme.palette.background.default,
5
export const WidgetWrapper = styled(Card)(({ theme }) => ({
7
  boxShadow: theme.shadows[1], // 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
6
  boxShadow: theme.shadows[1], // 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
8
  height: 'fit-content',
7
  height: 'fit-content',
9
  width: '100%',
8
  width: '100%',
10
  boxSizing: 'border-box',
9
  boxSizing: 'border-box',