diff --git a/src/components/filters/SpeciesLength.tsx b/src/components/filters/SpeciesLength.tsx index 868d70e..a32c3a5 100644 --- a/src/components/filters/SpeciesLength.tsx +++ b/src/components/filters/SpeciesLength.tsx @@ -30,6 +30,9 @@ function RowControls({ species, min, max, onChange, addRow, removeRow, isLast }: ); } + const iconClasses = 'w-5 text-zinc-700 dark:text-zinc-50'; + const buttonClasses = 'p-0'; + return ( <>
@@ -52,7 +55,7 @@ function RowControls({ species, min, max, onChange, addRow, removeRow, isLast }: )} onChange({ species, min, max: newValue })} /> {isLast ? ( - ) : ( - )}