Skip to content

Commit f126758

Browse files
committed
update gradient color in CounterDemo component
1 parent 64351cf commit f126758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo/Components/CounterDemo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Counter
66
:value="value"
77
:places="[100, 10, 1]"
8-
gradientFrom="#060010"
8+
gradientFrom="#0b0b0b"
99
:fontSize="fontSize"
1010
:padding="5"
1111
:gap="gap"

0 commit comments

Comments
 (0)