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