mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 10:03:36 +00:00
Fix height
This commit is contained in:
parent
f144a2d433
commit
d60131cf57
@ -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",
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user