fix(react): use color token in popver

This commit is contained in:
Pavel Prichodko 2022-05-23 14:41:33 +02:00
parent f4cb8eac6a
commit 01c861565b
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
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 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',