Skip to content

Commit

Permalink
fix(suite): Fix non-ascii banner in passphrase wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
jvaclavik committed Feb 11, 2025
1 parent 246db18 commit b2a8652
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ const SpecialCharsWrapper = styled.div`

const SpecialChars = styled.div`
padding: 0 ${spacingsPx.xxs};
box-shadow: inset 0 0 0 2px #f2f2f2;
box-shadow: inset 0 0 0 1px ${({ theme }) => theme.borderElevation0};
border-radius: ${borders.radii.xs} ${borders.radii.xs} 0 0;
padding-bottom: ${spacingsPx.xxxs};
font-family: RobotoMono, 'PixelOperatorMono8', monospace;
font-weight: 400;
letter-spacing: 0.1em;
Expand Down

0 comments on commit b2a8652

Please sign in to comment.