Skip to content

Commit

Permalink
Add style for IoArrowForward
Browse files Browse the repository at this point in the history
Signed-off-by: Dat Diep <luccymoon@gmail.com>
  • Loading branch information
NineKama committed Oct 13, 2023
1 parent 9509af1 commit 3669ce6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@ export default class SpanBarRow extends React.PureComponent<SpanBarRowProps> {
{serviceName}{' '}
{rpc && (
<span>
<IoArrowForward className='SpanBarRow--arrowForwardIcon' />{' '}
<IoArrowForward className="SpanBarRow--arrowForwardIcon" />{' '}
<i className="SpanBarRow--rpcColorMarker" style={{ background: rpc.color }} />
{rpc.serviceName}
</span>
)}
{noInstrumentedServer && (
<span>
<IoArrowForward className='SpanBarRow--arrowForwardIcon' />{' '}
<IoArrowForward className="SpanBarRow--arrowForwardIcon" />{' '}
<i
className="SpanBarRow--rpcColorMarker"
style={{ background: noInstrumentedServer.color }}
Expand Down

0 comments on commit 3669ce6

Please sign in to comment.