Skip to content

Commit

Permalink
Add line element variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanteri committed Feb 13, 2025
1 parent 4f74023 commit c36abdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Timeline/TimelineRow/LineElement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const BoxGraphicValue = styled.div<{ position: LabelPosition }>`
top: 50%;
transform: translateY(-50%);
z-index: -1;
background: rgba(255, 255, 255, 0.8);
background: var(--color-bg-primary);
}
`;

Expand Down

0 comments on commit c36abdd

Please sign in to comment.