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 022c8c4 commit 9509af1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,7 @@ limitations under the License.
width: 1em;
vertical-align: middle;
}

.SpanBarRow--arrowForwardIcon {
vertical-align: middle;
}
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 />{' '}
<IoArrowForward className='SpanBarRow--arrowForwardIcon' />{' '}
<i className="SpanBarRow--rpcColorMarker" style={{ background: rpc.color }} />
{rpc.serviceName}
</span>
)}
{noInstrumentedServer && (
<span>
<IoArrowForward />{' '}
<IoArrowForward className='SpanBarRow--arrowForwardIcon' />{' '}
<i
className="SpanBarRow--rpcColorMarker"
style={{ background: noInstrumentedServer.color }}
Expand Down

0 comments on commit 9509af1

Please sign in to comment.