Fix: Increase initial height for bottom tabs in action screen (#5894)

This commit is contained in:
akash-codemonk 2021-07-16 09:39:51 +05:30 committed by GitHub
parent 8fcbb6e4c1
commit 57903ec88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2481,7 +2481,7 @@ export const theme: Theme = {
},
pageContentWidth: 1224,
tabPanelHeight: 34,
actionsBottomTabInitialHeight: "30%",
actionsBottomTabInitialHeight: "40%",
alert: {
info: {
color: Colors.AZURE_RADIANCE,