fix: adjust element border colors

This commit is contained in:
Maze Winther
2025-07-08 20:54:19 +02:00
parent 91d89f56d7
commit 60a1273206

View File

@ -8,17 +8,17 @@ export const TRACK_COLORS: Record<
media: {
solid: "bg-blue-500",
background: "bg-blue-500/20",
border: "border-blue-500/30",
border: "border-white/80",
},
text: {
solid: "bg-[#9C4937]",
background: "bg-[#9C4937]",
border: "border-[#9C4937]/40",
border: "border-white/80",
},
audio: {
solid: "bg-green-500",
background: "bg-green-500/20",
border: "border-green-500/30",
border: "border-white/80",
},
} as const;