mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
style: replace track color circle with icon in timeline
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user