Skip to content

Commit cea8e27

Browse files
authored
updating default positioning (#2827)
1 parent b2abc5d commit cea8e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/contextualhelp/src/ContextualHelp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import {useMessageFormatter} from '@react-aria/i18n';
2525
function ContextualHelp(props: SpectrumContextualHelpProps) {
2626
let {
2727
variant = 'help',
28-
placement = 'bottom end',
28+
placement = 'bottom start',
2929
children,
3030
...otherProps} = props;
3131

0 commit comments

Comments
 (0)