Merge pull request #2350 from bechi/bugs/styles-01

change styles
This commit is contained in:
Gustavo Maximiliano Cortez 2015-02-02 11:40:05 -03:00
commit f3c3e2c1a1
16 changed files with 92 additions and 120 deletions

View file

@ -145,7 +145,7 @@ factory('notification', ['$timeout',
},
funds: function(title, content, userData) {
return this.awesomeNotify('funds', 'bitcoin', title, content, userData);
return this.awesomeNotify('funds', 'bitcoin-circle', title, content, userData);
},
version: function(title, content, severe) {