Skip to content

Commit d66533d

Browse files
committed
chore(svg): use currentColor in GoogleWhiteIcon (Phase 3 v3.x-4)
1 parent 13f8533 commit d66533d

File tree

1 file changed

+1
-1
lines changed
  • internal-packages/workflow-designer-ui/src/icons

1 file changed

+1
-1
lines changed

internal-packages/workflow-designer-ui/src/icons/google.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const GoogleWhiteIcon: FC<SVGProps<SVGSVGElement>> = ({
3838
xmlns="http://www.w3.org/2000/svg"
3939
viewBox="0 0 48 48"
4040
role="graphics-symbol"
41-
className={clsx("fill-white-900", className)}
41+
className={clsx("fill-current", className)}
4242
{...props}
4343
>
4444
<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

Comments
 (0)