fix minor color issue on calendar

This commit is contained in:
les
2020-01-21 00:39:05 +01:00
parent 3545c61b51
commit 7a353d0678

View File

@@ -45,7 +45,7 @@ export default {
// TODO: could be better
attributes () {
const colors = ['green', 'orange', 'yellow', 'teal', 'indigo', 'blue', 'red', 'purple', 'pink', 'grey']
const colors = ['green', 'orange', 'yellow', 'teal', 'indigo', 'blue', 'red', 'purple', 'pink', 'gray']
const tags = take(this.tags, 10).map(t => t.tag)
let attributes = []
attributes.push({ key: 'today', dates: new Date(), highlight: { color: 'green' } })