Fixing ENS input styling for confusable chars (#15893)

feature/default_network_editable
ryanml 2 years ago committed by GitHub
parent c9dc59ea2a
commit abfa990aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/components/ui/confusable/confusable.component.js

@ -18,7 +18,7 @@ const Confusable = ({ input }) => {
return ( return (
<Tooltip <Tooltip
key={index.toString()} key={index.toString()}
as="span" tag="span"
position="top" position="top"
title={ title={
zeroWidth zeroWidth

Loading…
Cancel
Save