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 type Variants = VariantProps<typeof Content>
|
||||||
|
|
||||||
export const Content = styled('div', {
|
export const Content = styled('div', {
|
||||||
backgroundColor: 'white',
|
backgroundColor: '$accent-11',
|
||||||
borderRadius: 8,
|
borderRadius: 8,
|
||||||
boxShadow:
|
boxShadow:
|
||||||
'hsl(206 22% 7% / 35%) 0px 10px 38px -10px, hsl(206 22% 7% / 20%) 0px 10px 20px -15px',
|
'hsl(206 22% 7% / 35%) 0px 10px 38px -10px, hsl(206 22% 7% / 20%) 0px 10px 20px -15px',
|
||||||
|
|
Loading…
Reference in New Issue