Basic integration of dark theme.

This commit is contained in:
2019-01-10 15:44:39 +01:00
parent 93df9d235d
commit b16ca0defd
5 changed files with 119 additions and 1 deletions

View File

@ -1094,6 +1094,13 @@ var ComunicWeb = {
},
},
/**
* Dark Theme component
*/
darkTheme: {
//TODO : implement
}
},
/**