diff --git a/apps/ui/src/components/DenseDawConcept.tsx b/apps/ui/src/components/DenseDawConcept.tsx index e359b4f4..a43eea51 100644 --- a/apps/ui/src/components/DenseDawConcept.tsx +++ b/apps/ui/src/components/DenseDawConcept.tsx @@ -40,8 +40,8 @@ const cueCards = [ ]; const channelStrips = [ - { name: 'Input', tone: '#ff7a1a', db: '-2.1', meter: 82 }, - { name: 'Glue', tone: '#ff9f43', db: '-6.8', meter: 64 }, + { name: 'Input', tone: 'var(--color-accent)', db: '-2.1', meter: 82 }, + { name: 'Glue', tone: 'var(--color-accent)', db: '-6.8', meter: 64 }, { name: 'Stereo', tone: '#70d6ff', db: '-8.4', meter: 56 }, { name: 'Limiter', tone: '#ffd166', db: '-1.2', meter: 92 }, ]; @@ -49,7 +49,7 @@ const channelStrips = [ const noteLanes = [ { name: 'Bass stem', - accent: '#ff7a1a', + accent: 'var(--color-accent)', notes: [ { left: '2%', width: '18%' }, { left: '24%', width: '12%' }, @@ -95,7 +95,7 @@ function SectionFrame({

{eyebrow}

{title}

-
+
{children}
@@ -133,19 +133,19 @@ export default function DenseDawConcept() {
Current UI - + Dense DAW concept
- +

ASA parallel concept

@@ -188,7 +188,7 @@ export default function DenseDawConcept() {
-
@@ -216,8 +216,8 @@ export default function DenseDawConcept() { - - + + @@ -237,7 +237,7 @@ export default function DenseDawConcept() { strokeLinecap="round" /> -
+
{transportMarkers.map((marker) => ( {marker} @@ -366,7 +366,7 @@ export default function DenseDawConcept() { height: `${height}%`, background: height > 80 - ? 'linear-gradient(180deg, #ff7a1a, #7c2c00)' + ? 'linear-gradient(180deg, var(--color-accent), #7c2c00)' : height > 60 ? 'linear-gradient(180deg, #ffd166, #7b5a13)' : 'linear-gradient(180deg, #70d6ff, #154b66)', @@ -387,7 +387,7 @@ export default function DenseDawConcept() { ) : card.label === 'Export' ? ( ) : ( - + )}

{card.label}