Skip to content

Commit f1f2201

Browse files
committed
removed class
1 parent 2deb917 commit f1f2201

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-dark form-control"
335+
className="bg-light form-control"
336336
data-id="signMessageTextarea"
337337
style={{ width: '100%' }}
338338
rows={4}

0 commit comments

Comments
 (0)