Fix accent color

This commit is contained in:
Douglas Barone 2021-01-05 08:28:53 -04:00
parent a6fb0c6c74
commit ac917a69f6

View File

@ -28,7 +28,7 @@ export default new Vuetify({
online: '#4CAF50',
offline: '#AAAAAA',
accent: '#FF4081',
accent: '#82B1FF',
error: '#FF5252',
info: '#2196F3',
primary: '#41936E',