fix minor color issue on calendar
This commit is contained in:
@@ -45,7 +45,7 @@ export default {
|
|||||||
|
|
||||||
// TODO: could be better
|
// TODO: could be better
|
||||||
attributes () {
|
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)
|
const tags = take(this.tags, 10).map(t => t.tag)
|
||||||
let attributes = []
|
let attributes = []
|
||||||
attributes.push({ key: 'today', dates: new Date(), highlight: { color: 'green' } })
|
attributes.push({ key: 'today', dates: new Date(), highlight: { color: 'green' } })
|
||||||
|
|||||||
Reference in New Issue
Block a user