From 4984008affadb8c3d519d17fd9138fb272fd5fb1 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Tue, 6 Oct 2020 12:41:47 +0200 Subject: [PATCH] fixed help modal width (#644) after we added tabs in the help modal, the modal doesn't need to be xl anymore as it has way to much empty space that way. --- src/components/editor/app-bar/help-button/help-button.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/editor/app-bar/help-button/help-button.tsx b/src/components/editor/app-bar/help-button/help-button.tsx index 2d36fa0e5..5c9132431 100644 --- a/src/components/editor/app-bar/help-button/help-button.tsx +++ b/src/components/editor/app-bar/help-button/help-button.tsx @@ -30,14 +30,14 @@ export const HelpButton: React.FC = () => { return ( - - setShow(false)} animation={true} className="text-dark" size='xl'> + setShow(false)} animation={true} className='text-dark' size='lg'> - +