fix: update color values to #27FF64 in various components and demos

This commit is contained in:
David Haz
2025-09-01 09:55:59 +03:00
parent 7c54716965
commit 06517042bd
8 changed files with 9 additions and 9 deletions

View File

@@ -36,14 +36,14 @@ import PreviewSlider from '@/components/common/PreviewSlider.vue';
import PropTable from '@/components/common/PropTable.vue';
import TabbedLayout from '@/components/common/TabbedLayout.vue';
const color = ref('#5227FF');
const color = ref('#27FF64');
const size = ref(2);
const propData = [
{
name: 'color',
type: 'string',
default: '#5227FF',
default: '#27FF64',
description: 'The color of the folder.'
},
{