diff --git a/README.md b/README.md index 0801282..b26dd86 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ The following code showcases a simple usage example in a .vue SFC (Single File C @import '~@tenrok/vue-ganttastic/dist/vue-ganttastic.css'; /* Custom */ - .g-grid-line-highlighted { + .g-gantt-line-highlighted { background: #ffb0b0 !important; } diff --git a/lib/components/GGanttBar.vue b/lib/components/GGanttBar.vue index afe7540..9479709 100644 --- a/lib/components/GGanttBar.vue +++ b/lib/components/GGanttBar.vue @@ -1,8 +1,12 @@