Created the BulletItem.jsx
This commit is contained in:
parent
0049060eff
commit
45464127d3
@ -0,0 +1,9 @@
|
|||||||
|
import {ListItem, Typography} from "@mui/material";
|
||||||
|
import {Circle} from "@mui/icons-material";
|
||||||
|
|
||||||
|
export const BulletItem = ({text}) => (
|
||||||
|
<ListItem>
|
||||||
|
<Circle sx={{color: "primary.main", mr: 2, fontSize: 16}} />
|
||||||
|
<Typography variant="h5" fontWeight={600}>{text}</Typography>
|
||||||
|
</ListItem>
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user