make generate scripts button secondary

pull/3648/head
Aniket-Engg 2 years ago committed by Aniket
parent 3e7dbebefb
commit 78110a0326
  1. 2
      apps/etherscan/src/app/views/VerifyView.tsx

@ -177,7 +177,7 @@ export const VerifyView: React.FC<Props> = ({
<button
type="button"
style={{ padding: "0.25rem 0.4rem", marginRight: "0.5em", marginBottom: "0.5em"}}
className="btn btn-primary"
className="btn btn-secondary"
title="Generate the required TS scripts to verify a contract on Etherscan"
onClick={async () => {
if (!await client.call('fileManager', 'exists' as any, 'scripts/etherscan/receiptStatus.ts')) {

Loading…
Cancel
Save