Skip to content

Commit

Permalink
fix(theme-builder): build error in ColorPicker (#2802)
Browse files Browse the repository at this point in the history
  • Loading branch information
unekinn authored Nov 20, 2024
1 parent 566fa37 commit c0ae4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/theme/components/ColorPicker/ColorPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const ColorPicker = ({
id={popoverId}
placement='top'
data-size='sm'
variant={colorError === 'none' ? 'default' : 'warning'}
data-color={colorError === 'none' ? 'neutral' : 'warning'}
>
<div>
{colorError === 'decorative' && (
Expand Down

0 comments on commit c0ae4f4

Please sign in to comment.