mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix(backgrounds): expose remaining hardcoded colors in shooting-stars, meteors, gradient-animation
This commit is contained in:
@@ -194,6 +194,12 @@ export const backgroundRegistry: BackgroundDefinition[] = [
|
||||
type: 'color',
|
||||
default: '#2EB9DF',
|
||||
},
|
||||
{
|
||||
key: 'bgStarColor',
|
||||
label: 'admin.backgrounds.bgStarColor',
|
||||
type: 'color',
|
||||
default: '#ffffff',
|
||||
},
|
||||
{
|
||||
key: 'starDensity',
|
||||
label: 'admin.backgrounds.density',
|
||||
@@ -248,6 +254,12 @@ export const backgroundRegistry: BackgroundDefinition[] = [
|
||||
{ key: 'thirdColor', label: 'admin.backgrounds.color3', type: 'color', default: '#64DCFF' },
|
||||
{ key: 'fourthColor', label: 'admin.backgrounds.color4', type: 'color', default: '#C83232' },
|
||||
{ key: 'fifthColor', label: 'admin.backgrounds.color5', type: 'color', default: '#B4B432' },
|
||||
{
|
||||
key: 'pointerColor',
|
||||
label: 'admin.backgrounds.pointerColor',
|
||||
type: 'color',
|
||||
default: '#8C64FF',
|
||||
},
|
||||
{
|
||||
key: 'interactive',
|
||||
label: 'admin.backgrounds.interactive',
|
||||
|
||||
Reference in New Issue
Block a user