mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-29 08:00:59 -06:00
fix(web): theme.json scheme has changed in web. adapting to new format
This commit is contained in:
@@ -49,15 +49,9 @@
|
||||
"ios": {},
|
||||
"web": {
|
||||
"defaults": {
|
||||
"appBanner": {},
|
||||
"logo": {
|
||||
"topbar": "themes/opencloud/assets/logo.svg",
|
||||
"favicon": "themes/opencloud/assets/favicon.ico",
|
||||
"login": "themes/opencloud/assets/logo.svg"
|
||||
},
|
||||
"loginPage": {
|
||||
"backgroundImg": "themes/opencloud/assets/background.png"
|
||||
},
|
||||
"logo": "themes/opencloud/assets/logo.svg",
|
||||
"favicon": "themes/opencloud/assets/favicon.ico",
|
||||
"background": "themes/opencloud/assets/background.png",
|
||||
"designTokens": {
|
||||
"breakpoints": {
|
||||
"xsmall-max": "",
|
||||
@@ -98,7 +92,7 @@
|
||||
"themes": [
|
||||
{
|
||||
"isDark": false,
|
||||
"name": "Light Theme",
|
||||
"label": "Light Theme",
|
||||
"designTokens": {
|
||||
"colorPalette": {
|
||||
"background-accentuate": "rgba(255, 255, 5, 0.1)",
|
||||
|
||||
Reference in New Issue
Block a user