Untitled

mail@pastecode.io avatar
unknown
plain_text
7 months ago
797 B
1
Indexable
Never

      <Accordion className="herbs-accordion" style={{ width: "95%" }}>
        <AccordionSummary
          expandIcon={
            <ArrowForwardIosIcon
              style={{ color: "#38baff", fontSize: "15px" }}
            />
          }
          aria-label="Expand"
          style={{
            zIndex: "99",
            flexDirection: "row-reverse",
          }}
        >
          <span
            className="subtitles-patients"
            style={{ fontSize: "18px", paddingLeft: "14px" }}
          >
            Formulas
          </span>
        </AccordionSummary>
        <AccordionDetails style={{ marginBottom: "25px" }}>
          <Typography class="herb-accordion-body">
            <p>Coming soon...</p>
          </Typography>
        </AccordionDetails>
      </Accordion>