Improve display of autocompletion of contacts

This commit is contained in:
Francis Lachapelle
2019-02-18 14:51:43 -05:00
parent 601981c040
commit 499c42aa77
7 changed files with 42 additions and 41 deletions
@@ -203,7 +203,6 @@
'contrastLightColors': ['800', '900']
});
var greyMap = $mdThemingProvider.extendPalette('grey', {
'600': '00b0c0', // used when highlighting text in md-autocomplete,
'1000': 'baa870' // used as the background color of the busy periods of the attendees editor
});
$mdThemingProvider.definePalette('sogo-grey', greyMap);