Commit f2c66620 by G

add a new variant curvedTop

parent 46ca4dd2
...@@ -45,10 +45,10 @@ export const cardVariants = { ...@@ -45,10 +45,10 @@ export const cardVariants = {
}, },
curvedTopContainer: { curvedTopContainer: {
width: "100%", width: "100%",
height: Dimensions.get("window").height / 2, // height: Dimensions.get("window").height / 2,
backgroundColor: "white", backgroundColor: "white",
borderTopLeftRadius: 20, borderTopLeftRadius: 25,
borderTopRightRadius: 20, borderTopRightRadius: 25,
margin: 0, margin: 0,
}, },
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment