Updated the Plan.jsx component
This commit is contained in:
parent
edf26ba42d
commit
6aa04b9894
@ -9,7 +9,7 @@ export const Plan = ({name, price, features = {}}) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Grow in={true} timeout={1000}>
|
<Grow in={true} timeout={1000}>
|
||||||
<Box sx={{border: "1px solid #E0E0E0", borderRadius: 2, p: 2, width: "20rem", height: "100%",
|
<Box sx={{border: "1px solid #E0E0E0", borderRadius: 2, p: 2, width: "20rem",
|
||||||
boxShadow: "0px 0px 10px rgba(0, 0, 0, 0.1)"}}>
|
boxShadow: "0px 0px 10px rgba(0, 0, 0, 0.1)"}}>
|
||||||
<Stack direction="column" spacing={1}>
|
<Stack direction="column" spacing={1}>
|
||||||
<Stack direction="column" alignItems="center">
|
<Stack direction="column" alignItems="center">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user