import { Button, styled } from "@mui/material"; export default styled(Button)({ width: "180px", paddingTop: "10px", paddingBottom: "10px", borderRadius: "8px", boxShadow: "none", }) as typeof Button;