From 57903ec88cd5abd62dd4c705f4df4fdf162b7c00 Mon Sep 17 00:00:00 2001 From: akash-codemonk <67054171+akash-codemonk@users.noreply.github.com> Date: Fri, 16 Jul 2021 09:39:51 +0530 Subject: [PATCH] Fix: Increase initial height for bottom tabs in action screen (#5894) --- app/client/src/constants/DefaultTheme.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/constants/DefaultTheme.tsx b/app/client/src/constants/DefaultTheme.tsx index 67240fc2e1..cfc42e2e6d 100644 --- a/app/client/src/constants/DefaultTheme.tsx +++ b/app/client/src/constants/DefaultTheme.tsx @@ -2481,7 +2481,7 @@ export const theme: Theme = { }, pageContentWidth: 1224, tabPanelHeight: 34, - actionsBottomTabInitialHeight: "30%", + actionsBottomTabInitialHeight: "40%", alert: { info: { color: Colors.AZURE_RADIANCE,