From bdcdf424e620c5602b0086c6410b5ba846d848ed Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Thu, 18 Aug 2022 18:47:59 -0400 Subject: [PATCH] Dark mode only for SendStoryModal --- ts/components/SendStoryModal.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/components/SendStoryModal.tsx b/ts/components/SendStoryModal.tsx index 4013a1bf4e..903cd47e97 100644 --- a/ts/components/SendStoryModal.tsx +++ b/ts/components/SendStoryModal.tsx @@ -482,6 +482,7 @@ export const SendStoryModal = ({ } onClose={onClose} title={modalTitle} + theme={Theme.Dark} > {content}