From fc3ff49fef89fde75a3e7c9ce2694cab2927274b Mon Sep 17 00:00:00 2001 From: Pavel Prichodko <14926950+prichodko@users.noreply.github.com> Date: Mon, 23 May 2022 14:41:33 +0200 Subject: [PATCH] fix(react): use color token in popver --- packages/status-react/src/system/popover/styles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/status-react/src/system/popover/styles.tsx b/packages/status-react/src/system/popover/styles.tsx index 6d911707..ef34bb80 100644 --- a/packages/status-react/src/system/popover/styles.tsx +++ b/packages/status-react/src/system/popover/styles.tsx @@ -5,7 +5,7 @@ import type { VariantProps } from '~/src/styles/config' export type Variants = VariantProps 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',