Explorar el Código

update default theme color

Olivier Massot hace 4 años
padre
commit
48f9029036
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      nuxt.config.js

+ 1 - 1
nuxt.config.js

@@ -84,7 +84,7 @@ export default {
     theme: {
       themes: {
         light: {
-          primary: '#0aa5ec'
+          primary: '#e4611b'
         }
       },
       options: {