From fac1d34d2476fc83a728eaf03ed356d9268b588b Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Thu, 17 Aug 2023 09:44:43 +0000 Subject: [PATCH] feat: change legend text color to black --- apps/marketing/src/app/(marketing)/open/cap-table.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/marketing/src/app/(marketing)/open/cap-table.tsx b/apps/marketing/src/app/(marketing)/open/cap-table.tsx index 4a7f2fd92..0aebe5da1 100644 --- a/apps/marketing/src/app/(marketing)/open/cap-table.tsx +++ b/apps/marketing/src/app/(marketing)/open/cap-table.tsx @@ -69,7 +69,11 @@ export const CapTable = ({ className, ...props }: CapTableProps) => { ))} - + { + return {value}; + }} + /> { return [`${percent}%`, name || props['name'] || props['payload']['name']];