diff --git a/ui/components/filters/custom-search-input.tsx b/ui/components/filters/custom-search-input.tsx index 23f7b30ab9..14d23bd812 100644 --- a/ui/components/filters/custom-search-input.tsx +++ b/ui/components/filters/custom-search-input.tsx @@ -43,6 +43,9 @@ export const CustomSearchInput: React.FC = () => { return ( ({ classNames={{ label: "tracking-tight font-light !text-default-500 text-xs !z-0", - input: "text-default-500 text-xs", + input: "text-default-500 text-small", }} isRequired={inputIsRequired} label={inputLabel}