fix(backgrounds): legacy config compatibility and locale sync

This commit is contained in:
Boris Kovalskii
2026-06-11 10:07:47 +10:00
parent 725bf8df39
commit caf499a824
6 changed files with 33 additions and 10 deletions

View File

@@ -434,7 +434,7 @@ export const backgroundRegistry: BackgroundDefinition[] = [
key: 'lineColor',
label: 'admin.backgrounds.lineColor',
type: 'color',
default: 'rgba(51,65,85,0.5)',
default: '#334155',
},
],
},