From 308f9a174d2bf10b21d1d3b3a56c4224bbb488f4 Mon Sep 17 00:00:00 2001 From: Ev Haus Date: Mon, 26 Feb 2024 21:04:43 -0800 Subject: [PATCH] fix(263): Fixed bug where root element's classes couldn't be changed via chartStyle prop --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index 9157de9..5419a2d 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -294,6 +294,7 @@ const webSvgToPdfSvg = (children: React.ReactElement, chartStyle?: Style) => {