chore: update component styles and class names for consistency across the application (#8376)
This commit is contained in:
parent
88f4d8253d
commit
c56bb06957
13 changed files with 134 additions and 134 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue