import {styled} from '@mui/material'; const Container = styled('div')` & div { max-width: 100%; overflow-x: hidden; padding: 0 0.625rem; box-sizing: border-box; font-size: 1rem; color: ${({theme}) => theme.palette.typography[900]}; font-family: inherit; } `; export const DropdownInputStyle = { Container, };