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:
parent
d5eba4c6da
commit
fa00a86777
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue