mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: fix go back button
This commit is contained in:
@@ -1124,7 +1124,7 @@ export function AuthForm<T extends AuthRoutes>(props: AuthFormProps<T>) {
|
||||
borderRadius: "radius2",
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
gap: "spacing4",
|
||||
gap: "spacing3",
|
||||
px: "spacing6",
|
||||
py: "spacing5",
|
||||
alignSelf: "flex-start",
|
||||
|
||||
@@ -958,11 +958,16 @@ export function RecoveryForm<T extends RecoveryRoutes>(
|
||||
variant="new_bordered"
|
||||
onClick={onBack}
|
||||
sx={{
|
||||
background: "background",
|
||||
borderRadius: "radius2",
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
gap: "spacing5",
|
||||
gap: "spacing3",
|
||||
px: "spacing6",
|
||||
py: "spacing5",
|
||||
alignSelf: "flex-start",
|
||||
mb: "spacing9"
|
||||
mb: "spacing9",
|
||||
border: "1px solid var(--border)"
|
||||
}}
|
||||
>
|
||||
<ChevronLeft size={14} color="icon" />
|
||||
|
||||
Reference in New Issue
Block a user