Skip to content

Commit

Permalink
fix(ColorPicker): remove hardcoded text label
Browse files Browse the repository at this point in the history
  • Loading branch information
sjschlapbach committed Jul 18, 2024
1 parent 8cef39d commit 5e47ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ColorPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export function ColorPicker({
<div className="ml-4 flex flex-col justify-between">
<div className="flex flex-col">
<Label
label={colorLabel ?? 'Farbe'}
label={colorLabel}
className={{
root: twMerge(
'my-auto -mb-1 min-w-max text-base font-bold leading-6 text-gray-600',
Expand Down

0 comments on commit 5e47ebf

Please sign in to comment.