From c545331cfec8139a6e83a27d43981794faddad99 Mon Sep 17 00:00:00 2001 From: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Date: Thu, 13 Apr 2023 11:59:32 +0100 Subject: [PATCH] Few darkmode fixes - Avatar Tooltip | Forgot password page (#8242) --- apps/web/pages/auth/forgot-password/[id].tsx | 11 +++++++++++ apps/web/pages/auth/forgot-password/index.tsx | 17 +++++++++++++++-- packages/ui/components/avatar/Avatar.tsx | 15 +++++---------- 3 files changed, 31 insertions(+), 12 deletions(-) diff --git a/apps/web/pages/auth/forgot-password/[id].tsx b/apps/web/pages/auth/forgot-password/[id].tsx index 02c13fe81a..0fa3b730ce 100644 --- a/apps/web/pages/auth/forgot-password/[id].tsx +++ b/apps/web/pages/auth/forgot-password/[id].tsx @@ -4,6 +4,7 @@ import type { GetServerSidePropsContext } from "next"; import { getCsrfToken } from "next-auth/react"; import { serverSideTranslations } from "next-i18next/serverSideTranslations"; import Link from "next/link"; +import type { CSSProperties } from "react"; import React, { useMemo } from "react"; import dayjs from "@calcom/dayjs"; @@ -109,6 +110,14 @@ export default function Page({ resetPasswordRequest, csrfToken }: Props) { <>