We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9bf1ea commit f28e22cCopy full SHA for f28e22c
libs/remix-ui/run-tab/src/lib/components/account.tsx
@@ -332,7 +332,7 @@ export function AccountUI(props: AccountProps) {
332
<FormattedMessage id="udapp.enterAMessageToSign" />
333
<textarea
334
id="prompt_text"
335
- className="bg-light text-light form-control"
+ className="bg-light text-dark form-control"
336
data-id="signMessageTextarea"
337
style={{ width: '100%' }}
338
rows={4}
0 commit comments