From aca8eb10d6c90b12ea1581cb9c61146a227cb4e4 Mon Sep 17 00:00:00 2001 From: Filip Solecki Date: Tue, 6 Aug 2024 07:50:55 +0200 Subject: [PATCH] Fix after main merge --- src/styles/index.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/styles/index.ts b/src/styles/index.ts index cd7e67e0a08e..9be740868330 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -5115,11 +5115,10 @@ const styles = (theme: ThemeColors) => }, emptyStateForeground: { - padding: 32, + margin: 32, justifyContent: 'center', alignItems: 'center', - height: '100%', - boxSizing: 'content-box', + flex: 1, }, emptyStateContent: {