Tone down the green glow on the login and password setup pages (#6185)
* Make the auth page background glow much more subtle * Keep light mode rays at 0.35 opacity, dark mode at 0.15
This commit is contained in:
parent
53af33798d
commit
c8a7ba4643
2 changed files with 4 additions and 4 deletions
|
|
@ -10,11 +10,11 @@ export function ChangePasswordPage() {
|
|||
<div className="relative flex min-h-[calc(100dvh-var(--studio-titlebar-height,0px))] items-center justify-center overflow-hidden bg-background px-4 py-8 sm:px-6 sm:py-10 md:px-10">
|
||||
<LightRays
|
||||
count={6}
|
||||
color="rgba(34, 197, 94, 0.25)"
|
||||
color="rgba(34, 197, 94, 0.1)"
|
||||
blur={34}
|
||||
speed={15}
|
||||
length="70vh"
|
||||
style={{ opacity: 0.4 }}
|
||||
className="opacity-35 dark:opacity-15"
|
||||
/>
|
||||
<Card className="relative z-10 w-full max-w-sm px-5 py-6 shadow-border ring-1 ring-border sm:px-6 sm:py-8">
|
||||
<AuthForm mode="change-password" />
|
||||
|
|
|
|||
|
|
@ -10,11 +10,11 @@ export function LoginPage() {
|
|||
<div className="relative flex min-h-[calc(100dvh-var(--studio-titlebar-height,0px))] items-center justify-center overflow-hidden bg-background px-4 py-8 sm:px-6 sm:py-10 md:px-10">
|
||||
<LightRays
|
||||
count={6}
|
||||
color="rgba(34, 197, 94, 0.25)"
|
||||
color="rgba(34, 197, 94, 0.1)"
|
||||
blur={34}
|
||||
speed={15}
|
||||
length="70vh"
|
||||
style={{ opacity: 0.4 }}
|
||||
className="opacity-35 dark:opacity-15"
|
||||
/>
|
||||
<Card className="relative z-10 w-full max-w-sm px-5 py-6 shadow-border ring-0 sm:px-6 sm:py-8">
|
||||
<AuthForm mode="login" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue