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