Skip to content

Commit b01df2d

Browse files
authored
center the previous/next arrow vertically (hasura#84)
1 parent ff1f3ad commit b01df2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/styles/PageNavigationButtons.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const StyledNextPrevious = styled('div')`
6565
}
6666
6767
.leftArrow {
68-
display: block;
68+
display: flex;
6969
margin: 0px;
7070
color: rgb(157, 170, 182);
7171
flex: 0 0 auto;
@@ -76,12 +76,12 @@ export const StyledNextPrevious = styled('div')`
7676
}
7777
7878
.rightArrow {
79+
display: flex;
7980
flex: 0 0 auto;
8081
font-size: 24px;
8182
transition: color 200ms ease 0s;
8283
padding: 16px;
8384
padding-left: 16px;
84-
display: block;
8585
margin: 0px;
8686
color: rgb(157, 170, 182);
8787
}

0 commit comments

Comments
 (0)