From f2c79d9f62f784bb30e044078d7cdb36fbf3d679 Mon Sep 17 00:00:00 2001 From: Ben Warzeski Date: Fri, 16 Sep 2022 15:05:17 -0400 Subject: [PATCH] feat: select session modal full screen on mobile --- .../SelectSessionModal/__snapshots__/index.test.jsx.snap | 3 +++ src/containers/SelectSessionModal/index.jsx | 1 + 2 files changed, 4 insertions(+) diff --git a/src/containers/SelectSessionModal/__snapshots__/index.test.jsx.snap b/src/containers/SelectSessionModal/__snapshots__/index.test.jsx.snap index 08c6ed4..9db0d84 100644 --- a/src/containers/SelectSessionModal/__snapshots__/index.test.jsx.snap +++ b/src/containers/SelectSessionModal/__snapshots__/index.test.jsx.snap @@ -4,6 +4,7 @@ exports[`SelectSessionModal snapshot empty modal with leave option 1`] = ` { isOpen={showModal} onClose={nullMethod} hasCloseButton={false} + isFullscreenOnMobile size="md" className="p-4 px-4.5" title={header}