Skip to content

Commit bfd58c4

Browse files
committed
class for call fixed
1 parent 125e817 commit bfd58c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/terminal/src/lib/components/RenderCall.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const RenderCall = ({ tx, resolvedData, logs, index, plugin, showTableHash, txDe
2727
<div className="remix_ui_terminal_log" onClick={(event) => txDetails(event, tx)}>
2828
<CheckTxStatus tx={tx} type={txType} />
2929
<span>
30-
<span className="tx">[call]</span>
30+
<span className="remix_ui_terminal_tx">[call]</span>
3131
<div className='remix_ui_terminal_txItem'><span className='remix_ui_terminal_txItemTitle'>from:</span> {from}</div>
3232
<div className='remix_ui_terminal_txItem'><span className='remix_ui_terminal_txItemTitle'>to:</span> {to}</div>
3333
<div className='remix_ui_terminal_txItem'><span className='remix_ui_terminal_txItemTitle'>data:</span> {input}</div>

0 commit comments

Comments
 (0)