@@ -155,16 +155,16 @@ const SyrupCardDetails: React.FC<{ syrup: SyrupInfo; dQUICKAPY: string }> = ({
155155 { syrup && (
156156 < >
157157 < Divider />
158- < Box padding = { 3 } >
158+ < Box padding = { isMobile ? 2 : 3 } >
159159 { isMobile && (
160- < Box mb = { 3 } >
161- < Box className = 'flex justify-between' mb = { 2 } >
160+ < Box mb = { 2 } >
161+ < Box className = 'flex justify-between' mb = { 1.5 } >
162162 < small className = 'text-secondary' >
163163 { syrup . stakingToken . symbol } { t ( 'deposits' ) } :
164164 </ small >
165165 < small > { depositAmount } </ small >
166166 </ Box >
167- < Box className = 'flex justify-between' mb = { 2 } >
167+ < Box className = 'flex justify-between' mb = { 1.5 } >
168168 < small className = 'text-secondary' > { t ( 'dailyRewards' ) } :</ small >
169169 < small >
170170 { syrup . rate >= 1000000
@@ -174,10 +174,10 @@ const SyrupCardDetails: React.FC<{ syrup: SyrupInfo; dQUICKAPY: string }> = ({
174174 < span className = 'text-secondary' > / { t ( 'day' ) } </ span >
175175 </ small >
176176 </ Box >
177- < Box mb = { 2 } >
177+ < Box mb = { 1.5 } >
178178 < SyrupTimerLabel exactEnd = { exactEnd } isEnded = { syrup ?. ended } />
179179 </ Box >
180- < Box className = 'flex justify-between' mb = { 3 } >
180+ < Box className = 'flex justify-between' mb = { 2 } >
181181 < Box className = 'flex items-center' >
182182 < small className = 'text-secondary' > { t ( 'apr' ) } :</ small >
183183 < Box ml = { 0.5 } height = { 16 } >
@@ -191,7 +191,7 @@ const SyrupCardDetails: React.FC<{ syrup: SyrupInfo; dQUICKAPY: string }> = ({
191191 < Divider />
192192 </ Box >
193193 ) }
194- < Box className = 'flex items-center justify-between' mb = { 1 } >
194+ < Box className = 'flex items-center justify-between' mb = { 1.5 } >
195195 < small className = 'text-secondary' > { t ( 'inwallet' ) } </ small >
196196 < small >
197197 { userLiquidityUnstaked
@@ -209,7 +209,7 @@ const SyrupCardDetails: React.FC<{ syrup: SyrupInfo; dQUICKAPY: string }> = ({
209209 </ small >
210210 </ small >
211211 </ Box >
212- < Box className = 'flex items-center justify-between' mb = { 1 } >
212+ < Box className = 'flex items-center justify-between' mb = { 1.5 } >
213213 < small className = 'text-secondary' > { t ( 'staked' ) } </ small >
214214 < small >
215215 { formatTokenAmount ( syrup . stakedAmount ) } { ' ' }
0 commit comments