pull/3036/head
Aniket-Engg 2 years ago committed by Aniket
parent 484f85d585
commit 84a9e39648
  1. 2
      libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx

@ -894,7 +894,7 @@ export const CompilerContainer = (props: CompilerContainerProps) => {
}
}}
/>
{!showFilePathInput && <button disabled={!state.useFileConfiguration} data-id="scConfigChangeFilePath" className="btn-secondary" onClick={() => { setShowFilePathInput(true) }}>Change</button>}
{!showFilePathInput && <button disabled={!state.useFileConfiguration} data-id="scConfigChangeFilePath" className="btn btn-sm btn-secondary" onClick={() => { setShowFilePathInput(true) }}>Change</button>}
</div>
</div>
<div className="px-4">

Loading…
Cancel
Save