change primary color

This commit is contained in:
les
2021-03-16 19:57:44 +01:00
parent 01976356ce
commit 04bfb20cf4

View File

@@ -4,11 +4,11 @@ export default {
dark: true,
themes: {
dark: {
primary: '#FF4500'
primary: '#FF6E40'
},
light: {
primary: '#FF4500'
}
}
}
}
}