import { Box, styled } from "@mui/material"; export const WithDatePickerStyles = styled(Box)({ "& label[data-shrink=false]": { top: "-5px", fontSize: "14px", }, "& .MuiOutlinedInput-root": { height: "40px", }, });