From 2a91fe1b6f0aaaa8540a9cd9ba44934af01786b9 Mon Sep 17 00:00:00 2001 From: Christian Nicoletti Date: Tue, 1 Mar 2022 10:34:14 -0800 Subject: [PATCH] add: gradientStyle prop to --- src/js/Gauge.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/js/Gauge.js b/src/js/Gauge.js index 181aff4..ec2ff6d 100644 --- a/src/js/Gauge.js +++ b/src/js/Gauge.js @@ -38,6 +38,7 @@ const Gauge = (props) => { unfilledColor, circleColor, triangleTipColor, + gradientStyle, } = props; const prevCountRef = useRef(); @@ -147,6 +148,7 @@ const Gauge = (props) => {