Convert BackgroudImage to ts file

This commit is contained in:
RadoslavDimchev 2023-08-07 13:32:18 +03:00
parent d59a382e4c
commit 3d1cf65a86
2 changed files with 2 additions and 2 deletions

View File

@ -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",