Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
andorjen committed Oct 23, 2024
1 parent ddcb153 commit fc7e79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gestalt/src/PopoverEducational.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default function PopoverEducational({
<InternalPopover
accessibilityLabel={accessibilityLabel}
anchor={anchor}
color={isInAddNotifVariantExperiment && _experimentalVariant === 'notification' ? 'darkGray' : 'blue'}
color={_experimentalVariant === 'notification' ? 'darkGray' : 'blue'}
disableFocusTrap
disablePortal
forceDirection={forceDirection}
Expand Down

0 comments on commit fc7e79c

Please sign in to comment.