Convert BackgroudImage to ts file
This commit is contained in:
parent
d59a382e4c
commit
3d1cf65a86
|
@ -1,6 +1,6 @@
|
|||
import { styled } from "tamagui";
|
||||
import { Stack, styled } from "tamagui";
|
||||
|
||||
const BackgroundImage = styled("div", {
|
||||
const BackgroundImage = styled(Stack, {
|
||||
boxShadow: "inset 100px 0px 100px white",
|
||||
width: "650px",
|
||||
height: "91.9vh",
|
Loading…
Reference in New Issue