Skip to content

Commit 72dce28

Browse files
committed
frontend: fix eject button
Eject icon was overlapping chevron icon when a software keystore is active.
1 parent c662e48 commit 72dce28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/web/src/routes/settings/components/advanced-settings/unlock-software-keystore.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export const UnlockSoftwareKeystore = ({
4545
settingName={t('testWallet.disconnect.title')}
4646
secondaryText={t('testWallet.disconnect.description')}
4747
onClick={() => deregisterTest()}
48+
hideChevron
4849
extraComponent={
4950
<Eject
5051
className={styles.ejectIconRight}
@@ -61,7 +62,6 @@ export const UnlockSoftwareKeystore = ({
6162
<SettingsItem
6263
settingName={t('testWallet.connect.title')}
6364
secondaryText={t('testWallet.connect.description')}
64-
hideChevron
6565
extraComponent={
6666
<ChevronRightDark
6767
className={styles.chevronRight}

0 commit comments

Comments
 (0)