Updated the Plan.jsx component

This commit is contained in:
Mathias Wagner 2023-07-09 03:38:47 +02:00
parent edf26ba42d
commit 6aa04b9894
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -9,7 +9,7 @@ export const Plan = ({name, price, features = {}}) => {
return (
<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)"}}>
<Stack direction="column" spacing={1}>
<Stack direction="column" alignItems="center">