Explorar o código

сменил тему

kpmy %!s(int64=8) %!d(string=hai) anos
pai
achega
cf7b26adbc
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      components/app.js

+ 3 - 3
components/app.js

@@ -23,8 +23,8 @@ angular.module('SolvIn', ['ui.router', 'ngMaterial', 'ngMdIcons', 'ngMessages',
     .config(function ($mdThemingProvider) {
             $mdThemingProvider
                 .theme('default')
-                .primaryPalette('blue')
-                .accentPalette('teal')
-                .warnPalette('red')
+                .primaryPalette('red')
+                .accentPalette('green')
+                .warnPalette('deep-orange')
                 .backgroundPalette('grey');
     });