We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8746ca4 + d66533d commit d34b34dCopy full SHA for d34b34d
internal-packages/workflow-designer-ui/src/icons/google.tsx
@@ -38,7 +38,7 @@ export const GoogleWhiteIcon: FC<SVGProps<SVGSVGElement>> = ({
38
xmlns="http://www.w3.org/2000/svg"
39
viewBox="0 0 48 48"
40
role="graphics-symbol"
41
- className={clsx("fill-white-900", className)}
+ className={clsx("fill-current", className)}
42
{...props}
43
>
44
<path d="M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z" />
0 commit comments