fix for light theme for recorder

pull/4315/head
lianahus 12 months ago committed by Aniket
parent 911e777311
commit b3a61cf674
  1. 2
      libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx

@ -46,7 +46,7 @@ export function RecorderUI(props: RecorderProps) {
tooltipId="recordedTransactionsCounttooltip"
tooltipText={<FormattedMessage id="udapp.transactionsCountTooltip" />}
>
<div className="pl-3 badge badge-pill badge-primary text-center" style={{cursor:"default"}} data-title="The number of recorded transactions">
<div className="ml-2 badge badge-pill badge-primary text-center" style={{cursor:"default"}} data-title="The number of recorded transactions">
{props.count}
</div>
</CustomTooltip>

Loading…
Cancel
Save