From 215e4ce704b8155834ce2834361d4c1d3655bea9 Mon Sep 17 00:00:00 2001 From: "Andoni A." <14891798+andoniaf@users.noreply.github.com> Date: Mon, 23 Feb 2026 13:22:44 +0100 Subject: [PATCH] fix(ui): add self-contained background to image provider icon - Add orange rounded-rect background matching other provider badges - Convert strokes to white for consistent dark mode visibility --- .../providers-badge/image-provider-badge.tsx | 30 +++++++------------ 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/ui/components/icons/providers-badge/image-provider-badge.tsx b/ui/components/icons/providers-badge/image-provider-badge.tsx index a828245978..192267ca2d 100644 --- a/ui/components/icons/providers-badge/image-provider-badge.tsx +++ b/ui/components/icons/providers-badge/image-provider-badge.tsx @@ -15,30 +15,22 @@ export const ImageProviderBadge: FC = ({ focusable="false" height={size || height} role="presentation" - viewBox="0 0 24 24" + viewBox="0 0 256 256" width={size || width} {...props} > - + - - + > + + + + );