mirror of
https://github.com/status-im/status-web.git
synced 2025-01-31 06:45:41 +00:00
fix(react): use color token in popver
This commit is contained in:
parent
0e6e699683
commit
fc3ff49fef
@ -5,7 +5,7 @@ import type { VariantProps } from '~/src/styles/config'
|
||||
export type Variants = VariantProps<typeof Content>
|
||||
|
||||
export const Content = styled('div', {
|
||||
backgroundColor: 'white',
|
||||
backgroundColor: '$accent-11',
|
||||
borderRadius: 8,
|
||||
boxShadow:
|
||||
'hsl(206 22% 7% / 35%) 0px 10px 38px -10px, hsl(206 22% 7% / 20%) 0px 10px 20px -15px',
|
||||
|
Loading…
x
Reference in New Issue
Block a user