mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-16 20:15:57 +00:00
Correct sources to prevent angular.js deprecation Warning
Correct scss to prevent 404 server response
This commit is contained in:
committed by
Francis Lachapelle
parent
02cdc869be
commit
bed46ba2eb
@@ -73,14 +73,14 @@
|
||||
// Default theme definition
|
||||
// .primaryColor will soon be deprecated in favor of primaryPalette (already on dev builds https://groups.google.com/forum/m/#!topic/ngmaterial/-sXR8CYBMPg)
|
||||
$mdThemingProvider.theme('default')
|
||||
.primaryColor('vintage-blue', {
|
||||
.primaryPalette('vintage-blue', {
|
||||
'default': '300',
|
||||
'hue-1': '100',
|
||||
'hue-2': '400',
|
||||
'hue-3': 'A700'
|
||||
})
|
||||
.accentColor('sogo-green')
|
||||
.backgroundColor('paper', {
|
||||
.accentPalette('sogo-green')
|
||||
.backgroundPalette('paper', {
|
||||
'default': '500',
|
||||
'hue-1': '200',
|
||||
'hue-2': '50',
|
||||
|
||||
Reference in New Issue
Block a user