Skip to content

Commit e703f04

Browse files
committed
fix: make bg color white in light mode
1 parent 5a8dee8 commit e703f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/AuthenticationPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function AuthenticationInput(props: {
3737
type={props.type}
3838
required
3939
autoComplete={props.type}
40-
className="text-fd-accent-foreground outline-fd-border focus:outline-fd-primary block w-full rounded-md px-3 py-1.5 text-base outline-1 -outline-offset-1 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6"
40+
className="text-fd-accent-foreground outline-fd-border focus:outline-fd-primary focus:outline-3 block w-full rounded-md bg-white px-3 py-1.5 text-base outline-2 -outline-offset-1 focus:-outline-offset-2 sm:text-sm/6 dark:bg-black"
4141
onChange={props.onChange}
4242
/>
4343
</div>

0 commit comments

Comments
 (0)