chore: update component styles and class names for consistency across the application (#8376)

This commit is contained in:
Jayash Tripathy 2025-12-18 16:33:32 +05:30 committed by GitHub
parent 88f4d8253d
commit c56bb06957
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 134 additions and 134 deletions

View file

@ -94,7 +94,7 @@ function CustomSelect(props: ICustomSelectProps) {
ref={setReferenceElement}
type="button"
className={cn(
"flex w-full items-center justify-between gap-1 rounded border-[0.5px] border-strong",
"flex w-full items-center justify-between gap-1 rounded border border-strong",
{
"px-3 py-2 text-13": input,
"px-2 py-1 text-11": !input,