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