fix(analytics-ui): standardize branding, colors, and border radii

This commit is contained in:
Usman Baig
2026-01-18 19:37:36 +01:00
parent 4d015e5828
commit e7a123cea2
5 changed files with 37 additions and 17 deletions

View File

@@ -171,7 +171,7 @@ export default function DatePicker({ isOpen, onClose, onApply, initialRange }: D
</button>
<button
onClick={() => onApply({ start: formatDate(startDate), end: formatDate(endDate) })}
className="px-4 py-2 text-sm font-medium bg-brand-orange text-white rounded-lg shadow-sm hover:bg-orange-600 transition-colors"
className="px-4 py-2 text-sm font-medium bg-brand-orange text-white rounded-xl shadow-sm hover:bg-orange-600 transition-colors"
>
Apply
</button>