Untitled
unknown
plain_text
2 years ago
797 B
10
Indexable
<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>Editor is loading...