2
0

♻️ Migrate default background to white

Closes #248
This commit is contained in:
Baptiste Arnaud
2023-01-24 14:50:29 +01:00
parent 2d51a8a359
commit ff62b922a0
9 changed files with 48 additions and 8 deletions

View File

@ -951,7 +951,10 @@
"hostBubbles": { "color": "#303235", "backgroundColor": "#F7F8FF" },
"guestBubbles": { "color": "#FFFFFF", "backgroundColor": "#FF8E21" }
},
"general": { "font": "Open Sans", "background": { "type": "None" } }
"general": {
"font": "Open Sans",
"background": { "type": "Color", "content": "#ffffff" }
}
},
"settings": {
"general": {