change primary color

This commit is contained in:
les 2021-03-16 19:57:44 +01:00
parent 01976356ce
commit 04bfb20cf4
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

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