{"version":3,"file":"Alert-Ce5_oxOf.js","sources":["../../../frontend/src/Components/DesignSystem/Alert/Alert.tsx"],"sourcesContent":["import { lighten, styled } from '@mui/material/styles';\nimport { Alert } from '@mui/material';\n\nexport const AVATAR_SIZES = [30, 40, 48, 66, 96];\n\nconst StyledAlert = styled(Alert)(({ theme }: any) => ({\n '&.MuiAlert-standard.MuiAlert-colorInfo': {\n backgroundColor: lighten(theme.palette.primary.main, 0.95),\n border: `1px solid ${lighten(theme.palette.primary.main, 0.9)}`,\n color: theme.palette.primary.main,\n\n '& .MuiAlert-icon': {\n color: theme.palette.primary.main,\n },\n },\n}));\n\nexport default StyledAlert;\n"],"names":["StyledAlert","styled","Alert","_ref","theme","backgroundColor","lighten","palette","primary","main","border","concat","color"],"mappings":"+DAKA,IAAMA,EAAcC,EAAOC,CAAK,EAAE,SAAAC,EAAe,CAAA,IAAZC,EAAKD,EAALC,MAAkB,MAAA,CACrD,yCAA0C,CACxCC,gBAAiBC,EAAQF,EAAMG,QAAQC,QAAQC,KAAM,GAAI,EACzDC,OAAMC,aAAAA,OAAeL,EAAQF,EAAMG,QAAQC,QAAQC,KAAM,EAAG,CAAC,EAC7DG,MAAOR,EAAMG,QAAQC,QAAQC,KAE7B,mBAAoB,CAClBG,MAAOR,EAAMG,QAAQC,QAAQC,IAAAA,CAC/B,CAEJ,CAAC,CAAC"}