Skip to content

Commit

Permalink
chore(ui): lighten trace tree lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-rasmussen committed Nov 20, 2024
1 parent 3eea8df commit ebc96c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import _ from 'lodash';
import React, {FC, MouseEvent, useMemo} from 'react';
import styled from 'styled-components';

import {MOON_500} from '../../../../../../common/css/color.styles';
import {MOON_250, MOON_500} from '../../../../../../common/css/color.styles';
import {IconParentBackUp} from '../../../../../Icon';
import {Tooltip} from '../../../../../Tooltip';
import {opNiceName} from '../common/Links';
Expand All @@ -18,7 +18,7 @@ import {CursorBox} from './CursorBox';

const INSET_SPACING = 54;
const TREE_COLOR = '#aaaeb2';
const BORDER_STYLE = `1px solid ${TREE_COLOR}`;
const BORDER_STYLE = `1px solid ${MOON_250}`;

const CallOrCountRow = styled.div`
width: 100%;
Expand Down

0 comments on commit ebc96c0

Please sign in to comment.