Merge pull request #3453 from ethereum/tooltipsbg

fixed bg for sign msg modal
pull/5370/head
Liana Husikyan 2 years ago committed by GitHub
commit a905e7df38
  1. 1
      libs/remix-ui/run-tab/src/lib/components/account.tsx

@ -120,6 +120,7 @@ export function AccountUI (props: AccountProps) {
<div>
<textarea
id="prompt_text"
className='bg-light'
data-id="signMessageTextarea"
style={{ width: '100%' }}
rows={4}

Loading…
Cancel
Save