Analytics AI summary: restore thick left sky accent border (border-l-8)

Thin border all around, prominent 8px left accent in oliver-sky colour
per design guidance.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-03-03 15:51:14 +00:00
parent d5eba4c6da
commit fa00a86777

View file

@ -166,7 +166,7 @@ export const Analytics: React.FC<{ agencyId?: string; isAdmin?: boolean }> = ({
{/* AI Performance Summary */}
<section className="mt-10">
<h2 className="text-2xl font-semibold text-oliver-black mb-4">AI performance summary</h2>
<div className="bg-white border-2 border-oliver-sky text-oliver-black p-6 rounded-[10px] shadow-md flex items-start gap-4">
<div className="bg-white border border-oliver-sky border-l-8 text-oliver-black p-6 rounded-[10px] shadow-md flex items-start gap-4">
<div className="flex-shrink-0">
<LightbulbIcon className="h-9 w-9 text-oliver-orange" />
</div>