Skip to content

Commit 94516de

Browse files
committed
[feat] hide arrow and add right direction
1 parent a083227 commit 94516de

File tree

1 file changed

+2
-1
lines changed
  • apps/extension/src/pages/main/components/account-switch-float-modal

1 file changed

+2
-1
lines changed

apps/extension/src/pages/main/components/account-switch-float-modal/account-item.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,13 @@ export const AccountItemSwitchModal = observer(
219219
<React.Fragment>
220220
<Gutter size="0.375rem" />
221221
<Tooltip
222+
hideArrow={true}
222223
content={
223224
<Caption2 color={ColorPalette["white"]}>
224225
{icnsPrimaryName}
225226
</Caption2>
226227
}
227-
allowedPlacements={["top", "bottom"]}
228+
allowedPlacements={["top", "bottom", "right"]}
228229
>
229230
<Image
230231
alt="icns-icon"

0 commit comments

Comments
 (0)