Skip to content

Commit e6b082d

Browse files
authored
Merge pull request #1697 from chainapsis/retto/supernova-qa-1
최종 QA 1차
2 parents 05a19f7 + 94516de commit e6b082d

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)