feat: update ganttastic version
This commit is contained in:

committed by
kolaente

parent
56b88218b3
commit
2f820e517f
@ -4,7 +4,7 @@
|
||||
* @param color
|
||||
* @returns {string}
|
||||
*/
|
||||
export function colorFromHex(color) {
|
||||
export function colorFromHex(color: string) {
|
||||
if (color.substring(0, 1) === '#') {
|
||||
color = color.substring(1, 7)
|
||||
}
|
||||
|
Reference in New Issue
Block a user