diff --git a/src/components/WrapperTopEdgeCurved.tsx b/src/components/WrapperTopEdgeCurved.tsx index 3b1dd15..a74ac8c 100644 --- a/src/components/WrapperTopEdgeCurved.tsx +++ b/src/components/WrapperTopEdgeCurved.tsx @@ -8,7 +8,7 @@ const WrapperTopEdgeCurved = ({ children }: { children?: React.ReactElement }) = backgroundColor={"white"} borderTopLeftRadius={20} borderTopRightRadius={20} - p={"l"} + // p={"l"} flexDirection={"column"} > {children}