Skip to content

Commit

Permalink
fix(login-button): add overflow
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Sep 23, 2024
1 parent 9fe5a0e commit 650aeeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/renderer/src/modules/auth/LoginModalContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const LoginModalContent = (props: LoginModalContentProps) => {
className={clsx(
"center h-[48px] w-[320px] rounded-[8px] !bg-black font-sans text-base font-medium text-white hover:!bg-black/80 focus:!border-black/80 focus:!ring-black/80",
!!loadingLockSet && "pointer-events-none opacity-50",
"overflow-hidden",
)}
disabled={!!loadingLockSet}
onClick={() => {
Expand Down

0 comments on commit 650aeeb

Please sign in to comment.