From a8ac790fb3251d164395fbe4b165b16c0d5f5197 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 2 Dec 2024 22:28:38 +0000 Subject: [PATCH] fix type error --- src/view/screens/DebugMod.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/view/screens/DebugMod.tsx b/src/view/screens/DebugMod.tsx index b87fc8683a..abc1efa17f 100644 --- a/src/view/screens/DebugMod.tsx +++ b/src/view/screens/DebugMod.tsx @@ -917,6 +917,7 @@ function MockAccountScreen({ profile={profile} moderationOpts={moderationOpts} descriptionRT={new RichText({text: profile.description as string})} + backgroundColor={t.atoms.bg.backgroundColor} />