Skip to content

Commit cd05629

Browse files
committed
Merge branch 'frontend-fix-bip85-graphic' into release-v4.42.0
2 parents a7fbaad + 3289966 commit cd05629

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontends/web/src/routes/settings/components/device-settings/bip85-setting.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ export const Bip85Setting = ({ deviceID, canBIP85 }: TProps) => {
7676
<Column textCenter>
7777
<img
7878
src={isDarkMode ? bip85GraphicLight : bip85Graphic}
79-
style={{ maxWidth: '100%' }}
79+
style={{ height: 'auto', width: '100%' }}
80+
width="320"
81+
height="147"
8082
/>
8183
</Column>
8284
</Grid>

0 commit comments

Comments
 (0)