fix(react): use color token in popver

This commit is contained in:
Pavel Prichodko 2022-05-23 14:41:33 +02:00
parent 0e6e699683
commit fc3ff49fef
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 1 additions and 1 deletions

View File

@ -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',