From 4160301528952c5c0d5454e000ccaebbadac99ee Mon Sep 17 00:00:00 2001 From: koji Date: Wed, 1 May 2024 10:36:27 -0400 Subject: [PATCH] fix(app): remove unnecessary padding-top (#15039) * fix(app): remove unnecessary padding-top --- app/src/pages/ProtocolDashboard/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/pages/ProtocolDashboard/index.tsx b/app/src/pages/ProtocolDashboard/index.tsx index dd4aa89b1ac..5f722874626 100644 --- a/app/src/pages/ProtocolDashboard/index.tsx +++ b/app/src/pages/ProtocolDashboard/index.tsx @@ -186,7 +186,6 @@ export function ProtocolDashboard(): JSX.Element { backgroundColor={COLORS.white} flexDirection={DIRECTION_ROW} paddingBottom={SPACING.spacing16} - paddingTop={SPACING.spacing16} position={ navMenuIsOpened || longPressModalIsOpened ? POSITION_STATIC