Skip to content

Commit 2deb917

Browse files
committed
fix signing text
1 parent 37e2709 commit 2deb917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/run-tab/src/lib/components/account.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ export function AccountUI(props: AccountProps) {
332332
<FormattedMessage id="udapp.enterAMessageToSign" />
333333
<textarea
334334
id="prompt_text"
335-
className="bg-light text-light form-control"
335+
className="bg-light text-dark form-control"
336336
data-id="signMessageTextarea"
337337
style={{ width: '100%' }}
338338
rows={4}

0 commit comments

Comments
 (0)