Skip to content

Commit 5e5dc17

Browse files
committed
fix colors and styles
1 parent c433db0 commit 5e5dc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/frontend/src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export function Header({ onFileSelect, onMultiTrackClick, onDownloadComplete }:
233233
onClick={handleSystemRecordClick}
234234
className="group flex items-center gap-3 px-3 py-3 cursor-pointer rounded-[var(--radius-btn)] focus:bg-[var(--brand-light)] focus:text-[var(--brand-solid)] transition-colors"
235235
>
236-
<div className="p-2 bg-cyan-500/10 rounded-[var(--radius-btn)] text-cyan-600 group-focus:text-[var(--brand-solid)]">
236+
<div className="p-2 bg-blue-500/10 rounded-[var(--radius-btn)] text-blue-600 group-focus:text-[var(--brand-solid)]">
237237
<MonitorSpeaker className="h-4 w-4" />
238238
</div>
239239
<div>

0 commit comments

Comments
 (0)