style(ui): change image provider icon background to black

This commit is contained in:
Andoni A.
2026-02-23 13:34:56 +01:00
parent 215e4ce704
commit 4443fa231a
@@ -19,7 +19,7 @@ export const ImageProviderBadge: FC<IconSvgProps> = ({
width={size || width}
{...props}
>
<rect width="256" height="256" fill="#ea580c" rx="60" />
<rect width="256" height="256" fill="#1c1917" rx="60" />
<g
transform="translate(20, 20) scale(9)"
fill="none"