Dark mode only for SendStoryModal

This commit is contained in:
Josh Perez 2022-08-18 18:47:59 -04:00 committed by GitHub
parent 757af2cbbe
commit bdcdf424e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -482,6 +482,7 @@ export const SendStoryModal = ({
}
onClose={onClose}
title={modalTitle}
theme={Theme.Dark}
>
{content}
</Modal>