fix: update arrow color
This commit is contained in:
parent
2850787e72
commit
6a34a20e15
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "frappe-gantt",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "A simple, modern, interactive gantt library for the web",
|
||||
"main": "src/index.js",
|
||||
"type": "module",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
:root {
|
||||
--g-arrow-color: #d7b15b;
|
||||
--g-arrow-color: #575654;
|
||||
--g-bar-color: #fff;
|
||||
--g-bar-border: #fff;
|
||||
--g-tick-color-thick: #e0e0e0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user