mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-20 16:30:34 +00:00
refactor: ShadowBox tsx and replace div
This commit is contained in:
parent
40fc94ac4c
commit
e0a75a6d25
@ -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)',
|
Loading…
x
Reference in New Issue
Block a user