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 e139532 commit ddcb153
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/gestalt/src/PopoverEducational.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import InternalPopover from './Popover/InternalPopover';
import styles from './PopoverEducational.css';
import Text from './Text';
import { Indexable } from './zIndex';
import useInExperiment from './useInExperiment';

type Size = 'sm' | 'flexible';
type Role = 'dialog' | 'tooltip';
Expand Down Expand Up @@ -172,11 +171,6 @@ export default function PopoverEducational({
textElement = <span className={textColorOverrideStyles}>{message}</span>;
}

const isInAddNotifVariantExperiment = _experimentalVariant ? useInExperiment({
webExperimentName: 'gestalt_popover_educational_dark_color',
mwebExperimentName: 'gestalt_popover_educational_dark_color',
}) : false;

return (
<Box position={zIndex ? 'relative' : undefined} zIndex={zIndex}>
<InternalPopover
Expand Down

0 comments on commit ddcb153

Please sign in to comment.