mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
Update StarBorderDemo color options to use lightgreen
This commit is contained in:
@@ -39,10 +39,10 @@ import { starBorder } from '@/constants/code/Animations/starBorderCode';
|
|||||||
const thickness = ref<number>(3);
|
const thickness = ref<number>(3);
|
||||||
const speed = ref<number>(6);
|
const speed = ref<number>(6);
|
||||||
const speedProp = ref<string>('6s');
|
const speedProp = ref<string>('6s');
|
||||||
const color = ref<string>('magenta');
|
const color = ref<string>('lightgreen');
|
||||||
const colorOptions = [
|
const colorOptions = [
|
||||||
{ label: 'Magenta', value: 'magenta' },
|
{ label: 'Magenta', value: 'magenta' },
|
||||||
{ label: 'Cyan', value: 'cyan' },
|
{ label: 'Green', value: 'lightgreen' },
|
||||||
{ label: 'white', value: 'white' }
|
{ label: 'white', value: 'white' }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user