import styled from "@emotion/styled"; const Caption = styled("div")(({ theme }) => ({ color: theme.palette.text.secondary, fontSize: "0.75rem", lineHeight: 1.5, margin: 0, marginBottom: "0.5rem", display: "block", textAlign: "unset", textTransform: "uppercase", })); export default Caption;