From fd34fe63838eb421dba130eaf0215bc10ada6c72 Mon Sep 17 00:00:00 2001 From: Filip Solecki Date: Wed, 28 Aug 2024 08:12:28 +0200 Subject: [PATCH] Fix Empty State Modal width --- src/styles/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/index.ts b/src/styles/index.ts index 948f845bf9c3f..d7585b2ba329d 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -5141,6 +5141,7 @@ const styles = (theme: ThemeColors) => backgroundColor: theme.cardBG, borderRadius: variables.componentBorderRadiusLarge, maxWidth: 400, + width: '100%', }, emptyStateHeader: (isIllustration: boolean) => ({