style: replace track color circle with icon in timeline

This commit is contained in:
Maze Winther
2025-07-09 22:17:05 +02:00
parent 27d65ca7c5
commit db8cd93a99
2 changed files with 21 additions and 15 deletions

View File

@ -32,10 +32,6 @@ export function getTrackElementClasses(type: TrackType) {
return `${colors.background} ${colors.border}`;
}
export function getTrackLabelColor(type: TrackType) {
return getTrackColors(type).solid;
}
// Track height definitions
export const TRACK_HEIGHTS: Record<TrackType, number> = {
media: 65,