Set the correct, default theme for the application

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2019-05-08 22:42:32 +02:00 committed by Christian Weichel
parent f46f580b17
commit afe3d5fa34
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
"frontend": {
"config": {
"applicationName": "Arduino-PoC",
"defaultTheme": "arduino"
"defaultTheme": "arduino-theme"
}
}
}

View File

@ -33,7 +33,7 @@
"frontend": {
"config": {
"applicationName": "Arduino-PoC",
"defaultTheme": "arduino"
"defaultTheme": "arduino-theme"
}
}
}