styles: tweaks styles (#7194)

This commit is contained in:
Pablo Lara
2025-03-12 09:23:02 +01:00
committed by Pepe Fagoaga
parent 9f32ff0c10
commit 11ffbd86eb
3 changed files with 6 additions and 3 deletions
@@ -43,6 +43,9 @@ export const CustomSearchInput: React.FC = () => {
return (
<Input
variant="flat"
classNames={{
label: "tracking-tight font-light !text-default-600 text-sm !z-0 pb-1",
}}
aria-label="Search"
label="Search"
placeholder="Search..."
@@ -43,8 +43,8 @@ export const SelectScanProvider = <
classNames={{
selectorIcon: "right-2",
label:
"tracking-tight font-light !text-default-500 text-xs !z-0",
value: "text-default-500 text-xs",
"tracking-tight font-light !text-default-700 text-xs !z-0",
value: "text-default-500 text-small",
}}
label="Select a cloud provider to launch a scan"
size="lg"
+1 -1
View File
@@ -102,7 +102,7 @@ export const CustomInput = <T extends FieldValues>({
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}