Skip to content

Commit e712979

Browse files
committed
update ribbon colors to improve visual appearance
1 parent 6d7d879 commit e712979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo/Animations/RibbonsDemo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import Ribbons from '../../content/Animations/Ribbons/Ribbons.vue';
7070
import { ribbons } from '@/constants/code/Animations/ribbonsCode';
7171
7272
const baseThickness = ref(30);
73-
const colors = ref(['#5227FF']);
73+
const colors = ref(['#27FF64']);
7474
const speedMultiplier = ref(0.5);
7575
const maxAge = ref(500);
7676
const enableFade = ref(false);

0 commit comments

Comments
 (0)