Make tooltip appear to the left of the toggle when onboarding in progress
This commit is contained in:
@@ -24,7 +24,7 @@ export const OnboardingTooltip: React.StatelessComponent<OnboardingTooltipProps>
|
||||
);
|
||||
};
|
||||
OnboardingTooltip.defaultProps = {
|
||||
pointerDisplay: 'left',
|
||||
pointerDisplay: PointerDirection.Left,
|
||||
};
|
||||
|
||||
OnboardingTooltip.displayName = 'OnboardingTooltip';
|
||||
|
Reference in New Issue
Block a user