Skip to content

Commit c69fe67

Browse files
LianaHusAniket-Engg
authored andcommitted
fixing atAddress border
1 parent 8e82447 commit c69fe67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ export function ContractDropdownUI(props: ContractDropdownProps) {
533533
>
534534
<input
535535
ref={atAddressValue}
536-
className={(!addressIsValid ? 'border border-danger' : 'border-0') + ' h-100 udapp_input udapp_ataddressinput ataddressinput form-control'}
536+
className={(!addressIsValid ? 'border border-danger' : 'border-dark') + ' h-100 udapp_input udapp_ataddressinput ataddressinput form-control'}
537537
placeholder={intl.formatMessage({
538538
id: 'udapp.loadContractFromAddress',
539539
})}

0 commit comments

Comments
 (0)