Proyectos de Subversion LeadersLinked - SPA

Rev

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

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