fix: use space font for pubkey

pull/3017/head
William Grant 1 year ago
parent ab62285989
commit 4727b7ee55

@ -19,7 +19,7 @@ const Name = styled.span`
font-weight: bold; font-weight: bold;
`; `;
const Pubkey = styled.span` const Pubkey = styled.span`
font-family: var(--font-font-mono); font-family: var(--font-mono);
font-size: var(--font-size-md); font-size: var(--font-size-md);
user-select: text; user-select: text;
`; `;

Loading…
Cancel
Save