Skip to content

Commit b874e0d

Browse files
abhix4dhairyashiil
andauthored
fix: data table toolbar styling (calcom#25632)
Co-authored-by: Dhairyashil Shinde <[email protected]>
1 parent 3ee2458 commit b874e0d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/ui/components/form/inputs/Input.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ export function InputLeading(props: JSX.IntrinsicElements["div"]) {
2222
);
2323
}
2424

25-
type PasswordFieldTranslations = {
26-
showPasswordText?: string;
27-
hidePasswordText?: string;
28-
};
2925

3026
export const PasswordField = forwardRef<HTMLInputElement, InputFieldProps>(function PasswordField(
3127
props,
@@ -194,7 +190,7 @@ export const FilterSearchField = forwardRef<HTMLInputElement, InputFieldProps>(f
194190
ref={ref}
195191
addOnLeading={<Icon name="search" className="h-4 w-4 stroke-[2.5px]" data-testid="search-icon" />}
196192
placeholder="Search"
197-
containerClassName="mx-3 mt-2"
193+
containerClassName="mt-1"
198194
{...props}
199195
/>
200196
);

0 commit comments

Comments
 (0)