Skip to content

Commit 3a8c822

Browse files
committed
style: decrease identicon size in FS
1 parent ceb6465 commit 3a8c822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/extension-polkagate/src/fullscreen/homeFullScreen/partials/AccountIdenticonIconsFS.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function AccountIdenticonIconsFS ({ address }: Props): React.ReactElement {
2525
<Identicon
2626
iconTheme={chain?.icon ?? 'polkadot'}
2727
prefix={chain?.ss58Format ?? 42}
28-
size={60}
28+
size={55}
2929
value={formatted || address}
3030
/>
3131
</Grid>

0 commit comments

Comments
 (0)