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 8e82447 commit c69fe67Copy full SHA for c69fe67
libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx
@@ -533,7 +533,7 @@ export function ContractDropdownUI(props: ContractDropdownProps) {
533
>
534
<input
535
ref={atAddressValue}
536
- className={(!addressIsValid ? 'border border-danger' : 'border-0') + ' h-100 udapp_input udapp_ataddressinput ataddressinput form-control'}
+ className={(!addressIsValid ? 'border border-danger' : 'border-dark') + ' h-100 udapp_input udapp_ataddressinput ataddressinput form-control'}
537
placeholder={intl.formatMessage({
538
id: 'udapp.loadContractFromAddress',
539
})}
0 commit comments