Fix height

This commit is contained in:
Hristo Nedelkov 2023-07-25 21:15:47 +03:00
parent f144a2d433
commit d60131cf57

View File

@ -3,7 +3,7 @@ import { styled } from "tamagui";
const BackgroundImage = styled("div", {
boxShadow: "inset 100px 0px 100px white",
width: "650px",
height: "99vh",
height: "91.9vh",
borderTopRightRadius: "25px",
borderBottomRightRadius: "25px",
});