Skip to content

Commit

Permalink
🩹 Fix gradients typo on default block supports (Fixes #308) (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x authored Jan 18, 2025
1 parent 76deb8c commit e7324a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/BlockMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class BlockMakeCommand extends MakeCommand
'mode',
'multiple',
'jsx',
'color' => ['background', 'text', 'gradient'],
'color' => ['background', 'text', 'gradients'],
];

/**
Expand Down

0 comments on commit e7324a2

Please sign in to comment.