import { styled } from '@mui/joy/styles'; const StatRoot = styled('div')(({ theme }) => ({ display: 'flex', flexDirection: 'column', gap: theme.spacing(0.5), padding: theme.spacing(3, 4), backgroundColor: theme.vars.palette.background.surface, borderRadius: theme.vars.radius.sm, boxShadow: theme.vars.shadow.md, })); const StatValue = styled('div')(({ theme }) => ({ ...theme.typography.h2, })); const StatUnit = styled('div')(({ theme }) => ({ ...theme.typography['body-sm'], color: theme.vars.palette.text.tertiary, })); const Label = styled('div')(({ theme }) => ({ ...theme.typography['body-sm'], borderRadius: '2px', padding: theme.spacing(0, 1), position: 'absolute', color: '#fff', fontSize: '0.75rem', fontWeight: 500, backgroundColor: '#ff5252', })); export default function StatSlots() { return ( 19,267 Active users / month ); }