mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 18:12:47 +03:00
ReconnectButton: flush button left
This commit is contained in:
parent
15e91602c1
commit
8f121afcb1
@ -8,7 +8,7 @@ const ReconnectButton = ({ connection, subscription }) => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Box
|
<Box
|
||||||
ml={4}
|
ml={2}
|
||||||
px={2}
|
px={2}
|
||||||
py={1}
|
py={1}
|
||||||
display='inline-block'
|
display='inline-block'
|
||||||
@ -27,7 +27,7 @@ const ReconnectButton = ({ connection, subscription }) => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Box
|
<Box
|
||||||
ml={4}
|
ml={2}
|
||||||
px={2}
|
px={2}
|
||||||
py={1}
|
py={1}
|
||||||
lineHeight="0"
|
lineHeight="0"
|
||||||
|
Loading…
Reference in New Issue
Block a user