import type { SxProps, Theme } from '@mui/material' export const styles = { toggle: { p: 0.5, '& .MuiSvgIcon-root': { fontSize: 20 }, }, toggleActive: { background: (theme: Theme) => theme.palette.primary.relatedLight, }, input: { width: '100%', mb: 1, }, } satisfies Record>