Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app): remove unnecessary padding-top (#15039)
Browse files Browse the repository at this point in the history
* fix(app): remove unnecessary padding-top
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
@@ -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

0 comments on commit 4160301

Please sign in to comment.