From 3aa1e191cdae8b6e3a58b61142597f84d7ef7bd1 Mon Sep 17 00:00:00 2001 From: Christian Anese Date: Mon, 11 Nov 2024 11:01:29 +0100 Subject: [PATCH] fix: pass color to github icon --- packages/design-system/icons/src/components/github.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/design-system/icons/src/components/github.tsx b/packages/design-system/icons/src/components/github.tsx index 1c4e6662352c5..56ba10ba6260c 100644 --- a/packages/design-system/icons/src/components/github.tsx +++ b/packages/design-system/icons/src/components/github.tsx @@ -1,7 +1,7 @@ import * as React from "react" import type { IconProps } from "../types" -const Github = React.forwardRef>( - (props, ref) => { +const Github = React.forwardRef( + ({ color = "#1B1F23", ...props }, ref) => { return ( >( {...props} >