Add ability to conditionally disable auth (#309)

This commit is contained in:
Gregory Schier
2025-11-26 11:05:07 -08:00
committed by GitHub
parent dfa6f1c5b4
commit 8a80e7b833
11 changed files with 346 additions and 110 deletions

View File

@@ -90,6 +90,7 @@ export function Select<T extends string>({
onBlur={() => setFocused(false)}
className={classNames(
'pr-7 w-full outline-none bg-transparent disabled:opacity-disabled',
'leading-[1]', // Center the text better vertically
)}
disabled={disabled}
>