Skip to content

Commit

Permalink
Fix: Fix broken loader (bug introduced when adding theme capacity #1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Mar 9, 2024
1 parent c91196e commit cb0392d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/lib/theme.mts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const defaultTheme: DefaultTheme = {
prefix: chalk.green('?'),
spinner: {
interval: spinners.dots.interval,
frames: spinners.dots.frames.map(chalk.yellow),
frames: spinners.dots.frames.map((frame) => chalk.yellow(frame)),
},
style: {
answer: chalk.cyan,
Expand Down

0 comments on commit cb0392d

Please sign in to comment.