fix for light theme for recorder

pull/5370/head
lianahus 1 year ago committed by Aniket
parent 40dd8a813b
commit 365ffe7792
  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