diff options
Diffstat (limited to 'examples/react-fast-refresh-test')
-rw-r--r-- | examples/react-fast-refresh-test/src/colors.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/react-fast-refresh-test/src/colors.css b/examples/react-fast-refresh-test/src/colors.css index d45bf4ffc..06a185343 100644 --- a/examples/react-fast-refresh-test/src/colors.css +++ b/examples/react-fast-refresh-test/src/colors.css @@ -1,5 +1,5 @@ :root { - --timestamp: "12812"; + --timestamp: "0"; --interval: "8"; --progress-bar: 11.83299999999997%; --spinner-1-muted: rgb(142, 6, 182); @@ -11,4 +11,4 @@ --spinner-4-muted: rgb(155, 129, 108); --spinner-4-primary: rgb(194, 161, 135); --spinner-rotate: 213deg; -}
\ No newline at end of file +} |