mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-18 14:26:39 +00:00
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",
|
boxShadow: "inset 100px 0px 100px white",
|
||||||
width: "650px",
|
width: "650px",
|
||||||
height: "91.9vh",
|
height: "91.9vh",
|
Loading…
x
Reference in New Issue
Block a user