We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1f3ad commit b01df2dCopy full SHA for b01df2d
src/components/styles/PageNavigationButtons.js
@@ -65,7 +65,7 @@ export const StyledNextPrevious = styled('div')`
65
}
66
67
.leftArrow {
68
- display: block;
+ display: flex;
69
margin: 0px;
70
color: rgb(157, 170, 182);
71
flex: 0 0 auto;
@@ -76,12 +76,12 @@ export const StyledNextPrevious = styled('div')`
76
77
78
.rightArrow {
79
80
81
font-size: 24px;
82
transition: color 200ms ease 0s;
83
padding: 16px;
84
padding-left: 16px;
85
86
87
0 commit comments