Color updates - remove purple colors

This commit is contained in:
David Haz
2025-07-17 17:12:23 +03:00
parent 04be2c7448
commit f6c5f2ceda
11 changed files with 14 additions and 14 deletions

View File

@@ -46,7 +46,7 @@
</div>
<div
class="w-[300px] h-3 rounded-md border border-[#271E37]"
class="w-[300px] h-3 rounded-md border border-[#333333]"
:style="{
background: `linear-gradient(to right, ${gradientPreview.join(', ')})`
}"

View File

@@ -126,7 +126,7 @@ const propData = [
{
name: 'backgroundColor',
type: 'number | string',
default: '0x271e37',
default: '0x151515',
description: 'Background color (hex number or string)'
},
{