We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7d879 commit e712979Copy full SHA for e712979
src/demo/Animations/RibbonsDemo.vue
@@ -70,7 +70,7 @@ import Ribbons from '../../content/Animations/Ribbons/Ribbons.vue';
70
import { ribbons } from '@/constants/code/Animations/ribbonsCode';
71
72
const baseThickness = ref(30);
73
-const colors = ref(['#5227FF']);
+const colors = ref(['#27FF64']);
74
const speedMultiplier = ref(0.5);
75
const maxAge = ref(500);
76
const enableFade = ref(false);
0 commit comments