diff --git a/apps/mail/app/(auth)/login/login-client.tsx b/apps/mail/app/(auth)/login/login-client.tsx index fb770b5e0d..1a7237cb05 100644 --- a/apps/mail/app/(auth)/login/login-client.tsx +++ b/apps/mail/app/(auth)/login/login-client.tsx @@ -201,13 +201,13 @@ function LoginClientContent({ providers, isProd }: LoginClientProps) {
-
+
{provider.envVarStatus.map((envVar) => (
{/* Project Stats */} -
+
@@ -484,7 +484,7 @@ export default function OpenPage() {
{/* Repository Growth */} - +

Repository Growth

@@ -576,7 +576,7 @@ export default function OpenPage() {
{/* Activity Chart */} - +

Recent Activity

@@ -672,7 +672,7 @@ export default function OpenPage() { {filteredCoreTeam?.map((member, index) => (
-
+
@@ -928,7 +928,7 @@ export default function OpenPage() {
-
+
-
+
e.stopPropagation()} diff --git a/apps/mail/components/mail/mail-list.tsx b/apps/mail/components/mail/mail-list.tsx index f86f373981..ed2716c5ca 100644 --- a/apps/mail/components/mail/mail-list.tsx +++ b/apps/mail/components/mail/mail-list.tsx @@ -223,7 +223,7 @@ const Thread = memo( data-thread-id={idToUse} key={idToUse} className={cn( - 'hover:bg-offsetLight dark:hover:bg-primary/5 group relative mx-1 flex cursor-pointer flex-col items-start rounded-lg py-2 text-left text-sm transition-all hover:opacity-100', + 'hover:bg-offsetLight dark:hover:bg-primary/5 group relative mx-1 flex cursor-pointer flex-col items-start rounded-lg py-2 text-left text-sm hover:opacity-100', (isMailSelected || isMailBulkSelected || isKeyboardFocused) && 'border-border bg-primary/5 opacity-100', isKeyboardFocused && 'ring-primary/50', @@ -572,7 +572,7 @@ const Draft = memo(({ message }: { message: { id: string } }) => {
{
@@ -706,7 +706,7 @@ export function NotesPanel({ threadId }: NotesPanelProps) { - - - Previous email - - - - - - - - - - - Next email - - - - -
)} diff --git a/apps/mail/components/ui/input-otp.tsx b/apps/mail/components/ui/input-otp.tsx index f3b70c6f23..97a09b04d1 100644 --- a/apps/mail/components/ui/input-otp.tsx +++ b/apps/mail/components/ui/input-otp.tsx @@ -10,10 +10,7 @@ const InputOTP = React.forwardRef< >(({ className, containerClassName, ...props }, ref) => ( @@ -39,7 +36,7 @@ const InputOTPSlot = React.forwardRef<
diff --git a/apps/mail/components/ui/sidebar.tsx b/apps/mail/components/ui/sidebar.tsx index 44f4fc968b..2d4e56aeae 100644 --- a/apps/mail/components/ui/sidebar.tsx +++ b/apps/mail/components/ui/sidebar.tsx @@ -39,7 +39,7 @@ const Sidebar = React.forwardRef< return (