Skip to content

Commit f8dc1e4

Browse files
committed
Add shiftHorizontal to account switcher tooltip
1 parent 5640e87 commit f8dc1e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/AccountSwitcher.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ function AccountSwitcher() {
130130
<Tooltip
131131
text={translate('delegate.copilotAccess')}
132132
shiftVertical={8}
133+
shiftHorizontal={8}
133134
anchorAlignment={{horizontal: CONST.MODAL.ANCHOR_ORIGIN_HORIZONTAL.LEFT, vertical: CONST.MODAL.ANCHOR_ORIGIN_VERTICAL.BOTTOM}}
134135
shouldRender={canSwitchAccounts}
135136
>

0 commit comments

Comments
 (0)