update gradient color in CounterDemo component

This commit is contained in:
David Haz
2025-07-24 16:33:49 +03:00
parent 64351cf078
commit f126758606

View File

@@ -5,7 +5,7 @@
<Counter
:value="value"
:places="[100, 10, 1]"
gradientFrom="#060010"
gradientFrom="#0b0b0b"
:fontSize="fontSize"
:padding="5"
:gap="gap"