Skip to content

Commit

Permalink
fix: dark mode for OAuth /authorize page (calcom#13363)
Browse files Browse the repository at this point in the history
Co-authored-by: CarinaWolli <wollencarina@gmail.com>
  • Loading branch information
CarinaWolli and CarinaWolli authored Jan 22, 2024
1 parent 827d899 commit 942dc38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/pages/auth/oauth2/authorize.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function Authorize() {

return (
<div className="flex min-h-screen items-center justify-center">
<div className="mt-2 max-w-xl rounded-md bg-white px-9 pb-3 pt-2">
<div className="bg-default border-subtle mt-2 max-w-xl rounded-md border px-9 pb-3 pt-2">
<div className="flex items-center justify-center">
<Avatar
alt=""
Expand All @@ -92,7 +92,7 @@ export default function Authorize() {
/>
<div className="relative -ml-6 h-24 w-24">
<div className="absolute inset-0 flex items-center justify-center">
<div className="flex h-[70px] w-[70px] items-center justify-center rounded-full bg-white">
<div className="bg-default flex h-[70px] w-[70px] items-center justify-center rounded-full">
<img src="/cal-com-icon.svg" alt="Logo" className="h-16 w-16 rounded-full" />
</div>
</div>
Expand Down

0 comments on commit 942dc38

Please sign in to comment.