refactor: ShadowBox tsx and replace div

This commit is contained in:
RadoslavDimchev 2023-08-08 10:10:52 +03:00
parent 40fc94ac4c
commit e0a75a6d25
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import { styled } from 'tamagui'
import { Stack, styled } from 'tamagui'
const ShadowBox = styled('div', {
const ShadowBox = styled(Stack, {
boxSizing: 'border-box',
borderRadius: '16px',
boxShadow: '0px 4px 20px 0px rgba(9, 16, 28, 0.08)',