project default color change
This commit is contained in:
parent
0f4c25b45f
commit
c31c620ef8
@ -33,8 +33,8 @@ export const Gantt: React.FunctionComponent<GanttProps> = ({
|
||||
barBackgroundSelectedColor = "#aeb8c2",
|
||||
projectProgressColor = "#f1c453",
|
||||
projectProgressSelectedColor = "#f29e4c",
|
||||
projectBackgroundColor = "#65c16f",
|
||||
projectBackgroundSelectedColor = "#46ad51",
|
||||
projectBackgroundColor = "#7db59a",
|
||||
projectBackgroundSelectedColor = "#59a985",
|
||||
milestoneBackgroundColor = "#f1c453",
|
||||
milestoneBackgroundSelectedColor = "#f29e4c",
|
||||
handleWidth = 8,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user