Skip to content

Commit b3a61cf

Browse files
LianaHusAniket-Engg
authored andcommitted
fix for light theme for recorder
1 parent 911e777 commit b3a61cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function RecorderUI(props: RecorderProps) {
4646
tooltipId="recordedTransactionsCounttooltip"
4747
tooltipText={<FormattedMessage id="udapp.transactionsCountTooltip" />}
4848
>
49-
<div className="pl-3 badge badge-pill badge-primary text-center" style={{cursor:"default"}} data-title="The number of recorded transactions">
49+
<div className="ml-2 badge badge-pill badge-primary text-center" style={{cursor:"default"}} data-title="The number of recorded transactions">
5050
{props.count}
5151
</div>
5252
</CustomTooltip>

0 commit comments

Comments
 (0)