Skip to content

Commit

Permalink
Set colour on history items
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed Jul 20, 2024
1 parent b9125ae commit b9839b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ export const styles = css`
color: var(--label-badge-green, #43a047);
}
.iu-timeline-history {
color: var(--secondary-text-color, #727272);
}
/* Duration colouring */
.iu-sequence.iu-on .iu-sequence-zone:not(.iu-on) .iu-duration,
.iu-sequence.iu-paused .iu-sequence-zone:not(.iu-on) .iu-duration,
Expand Down

0 comments on commit b9839b5

Please sign in to comment.