Skip to content

Commit d929a2b

Browse files
authored
fix(app): remove unnecessary padding-top (#15039)
* fix(app): remove unnecessary padding-top
1 parent 19facd0 commit d929a2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/pages/ProtocolDashboard/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ export function ProtocolDashboard(): JSX.Element {
186186
backgroundColor={COLORS.white}
187187
flexDirection={DIRECTION_ROW}
188188
paddingBottom={SPACING.spacing16}
189-
paddingTop={SPACING.spacing16}
190189
position={
191190
navMenuIsOpened || longPressModalIsOpened
192191
? POSITION_STATIC

0 commit comments

Comments
 (0)