Skip to content

Commit

Permalink
fix(app): remove unnecessary padding-top (#15039)
Browse files Browse the repository at this point in the history
* fix(app): remove unnecessary padding-top
  • Loading branch information
koji authored and Carlos-fernandez committed May 20, 2024
1 parent 0061524 commit 4160301
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/pages/ProtocolDashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4160301

Please sign in to comment.