From c7228c95a267a678695c61a2b74580562c2fe738 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 27 Jan 2026 14:27:51 -0600 Subject: [PATCH] Apply UI audit fixes for Barclays design guidelines compliance - Update font config to prioritize Barclays Effra with Inter fallback - Add "powered by OLIVER" text to sidebar branding - Fix sidebar user profile button border radius to consistent 10px - Update Hero "View Documentation" button to Active Blue outline style - Remove legacy color definitions from Tailwind config Co-Authored-By: Claude Opus 4.5 --- frontend/components/Hero.tsx | 2 +- frontend/components/Sidebar.tsx | 5 ++++- frontend/index.html | 12 +++--------- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/frontend/components/Hero.tsx b/frontend/components/Hero.tsx index b06e25e..a8ea2db 100755 --- a/frontend/components/Hero.tsx +++ b/frontend/components/Hero.tsx @@ -49,7 +49,7 @@ export const Hero: React.FC = ({ onGetStarted }) => { diff --git a/frontend/components/Sidebar.tsx b/frontend/components/Sidebar.tsx index a5a9578..7a3b6d4 100755 --- a/frontend/components/Sidebar.tsx +++ b/frontend/components/Sidebar.tsx @@ -38,6 +38,9 @@ export const Sidebar: React.FC = ({ activeItem, onNavigate, userNa Compliance AI + + powered by OLIVER + @@ -76,7 +79,7 @@ export const Sidebar: React.FC = ({ activeItem, onNavigate, userNa