Commit c63c3e72 by G

using common style containerFull

parent 8f994587
import { containers } from "@styles/Commons";
import Box from "./bases/Box";
type Props = { children: React.ReactNode };
......@@ -7,7 +8,7 @@ const ContainerBorderTopCurved = ({ children }: Props) => {
backgroundColor={"white"}
borderTopLeftRadius={30}
borderTopRightRadius={30}
style={{ height: "100%" }}
style={containers.containerFull}
>
{children}
</Box>
......
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