File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { usePopper } from 'react-popper';
6
6
import { theme } from '../../essentials/theme' ;
7
7
import { get } from '../../utils/themeGet' ;
8
8
import { getSemanticValue } from '../../utils/cssVariables' ;
9
- import { Colors , Spaces } from '../../essentials' ;
9
+ import { Spaces } from '../../essentials' ;
10
10
import { ChevronDownIcon , ChevronUpIcon } from '../../icons/index' ;
11
11
import { useClickOutside } from '../../utils/hooks/useClickOutside' ;
12
12
@@ -216,7 +216,7 @@ const Popover: React.FC<PopoverProps> = ({
216
216
{ typeof children === 'string' ? (
217
217
< DefaultPopoverWrapper
218
218
ref = { popoverTriggerRef }
219
- style = { { background : render ? Colors . AUTHENTIC_BLUE_50 : 'none' } }
219
+ style = { { background : render ? getSemanticValue ( 'background-secondary-default' ) : 'none' } }
220
220
>
221
221
< Text fontWeight = "semibold" > { children } </ Text >
222
222
{ ! render ? (
You can’t perform that action at this time.
0 commit comments