From 11ffbd86eb669266a0eecd8ea2a53b6eb9271d2a Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Wed, 12 Mar 2025 09:23:02 +0100 Subject: [PATCH] styles: tweaks styles (#7194) --- ui/components/filters/custom-search-input.tsx | 3 +++ ui/components/scans/launch-workflow/select-scan-provider.tsx | 4 ++-- ui/components/ui/custom/custom-input.tsx | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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}