mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-15 16:41:53 +00:00
styles: tweaks styles (#7194)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user