fix: increase inline bar chart opacity for better brand visibility

Light mode: 5% → 15%, dark mode: 10% → 25%
This commit is contained in:
Usman Baig
2026-03-16 12:40:01 +01:00
parent 336520e401
commit 4f419f8b04
7 changed files with 7 additions and 7 deletions

View File

@@ -61,7 +61,7 @@ export default function TopPathsTable({ paths, loading }: TopPathsTableProps) {
>
{/* Background bar */}
<div
className="absolute inset-y-0.5 left-0.5 bg-brand-orange/5 dark:bg-brand-orange/10 rounded-md transition-all"
className="absolute inset-y-0.5 left-0.5 bg-brand-orange/15 dark:bg-brand-orange/25 rounded-md transition-all"
style={{ width: `${barWidth}%` }}
/>