File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,13 @@ const ArrowsContainer = styled.div<{
109109} > `
110110 display: flex;
111111 flex-direction: column;
112+ justify-content: center;
112113 align-items: center;
113114 position: absolute;
114- height: 17px ;
115+ height: 100% ;
115116 width: 14px;
116- top: 14px;
117+ gap: 4px;
118+ top: 0;
117119 right: ${ ( { Icon, variant } ) => {
118120 if ( Icon ) return "48px" ;
119121 if ( variant ) return "36px" ;
@@ -122,13 +124,14 @@ const ArrowsContainer = styled.div<{
122124` ;
123125
124126const ArrowButton = styled . button `
125- height: 10px ;
126- width: 100% ;
127+ height: 14px ;
128+ width: 14px ;
127129 display: flex;
128130 justify-content: center;
129131 align-items: center;
130132 background: transparent;
131133 border: none;
134+ border-radius: 3px;
132135 padding: 0;
133136
134137 cursor: pointer;
You can’t perform that action at this time.
0 commit comments