fix: update arrow color

This commit is contained in:
Safwan Samsudeen 2025-01-16 12:06:35 +05:30
parent 2850787e72
commit 6a34a20e15
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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;