add custom class

pull/5370/head
Joseph Izang 1 year ago committed by Aniket
parent 4eaf4259b5
commit 217fa86917
  1. 2
      libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx

@ -352,7 +352,7 @@ export function ContractGUI(props: ContractGUIProps) {
} }
> >
<div <div
className="d-flex" className="d-flex wrapperElement"
onClick={handleActionClick} onClick={handleActionClick}
data-id={buttonOptions.dataId} data-id={buttonOptions.dataId}
data-title={buttonOptions.title} data-title={buttonOptions.title}

Loading…
Cancel
Save