Skip to content

Commit

Permalink
fix: allow colors as array (#10075)
Browse files Browse the repository at this point in the history
* fix: allow colors as array

* Revert "fix: allow colors as array"

This reverts commit 632e2ee.

* fix: allow colors as array

* Update types/index.esm.d.ts

Co-authored-by: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>

Co-authored-by: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
  • Loading branch information
LovelyAndy and LeeLenaleee committed Feb 5, 2022
1 parent 2995775 commit aebbb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.esm.d.ts
Expand Up @@ -2902,7 +2902,7 @@ export interface TickOptions {
* Color of tick
* @see Defaults.color
*/
color: Scriptable<Color, ScriptableScaleContext>;
color: ScriptableAndArray<Color, ScriptableScaleContext>;
/**
* see Fonts
*/
Expand Down

0 comments on commit aebbb5a

Please sign in to comment.