From f2c66620b7f009b49edc2ab0f778df2599f3488c Mon Sep 17 00:00:00 2001 From: G Date: Wed, 11 Sep 2024 11:43:39 +0000 Subject: [PATCH] add a new variant curvedTop --- src/themes/variants/cardVariants.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/themes/variants/cardVariants.ts b/src/themes/variants/cardVariants.ts index 98f49d0..040bf53 100644 --- a/src/themes/variants/cardVariants.ts +++ b/src/themes/variants/cardVariants.ts @@ -45,10 +45,10 @@ export const cardVariants = { }, curvedTopContainer: { width: "100%", - height: Dimensions.get("window").height / 2, + // height: Dimensions.get("window").height / 2, backgroundColor: "white", - borderTopLeftRadius: 20, - borderTopRightRadius: 20, + borderTopLeftRadius: 25, + borderTopRightRadius: 25, margin: 0, }, }; -- libgit2 0.27.1