Skip to content

Commit

Permalink
Ora.color can have a boolean value false for default spinner color.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallikarjun-0 committed Jan 28, 2025
1 parent 86aca37 commit 6612ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export interface Ora {
/**
Change the spinner color.
*/
color: Color;
color: Color | boolean;

/**
Change the spinner indent.
Expand Down

0 comments on commit 6612ad4

Please sign in to comment.