add background

This commit is contained in:
Pete Matsyburka
2025-10-29 10:10:04 +02:00
parent 9163f744a3
commit 32691b0c0d
3 changed files with 14 additions and 1 deletions
+4
View File
@@ -553,6 +553,10 @@ export default {
style.color = this.field.preferences.color
}
if (this.field.preferences?.background) {
style.background = this.field.preferences.background
}
return style
},
isNarrow () {