interface: remove left margin from reconnectbutton

This commit is contained in:
Matilde Park 2020-10-08 15:11:28 -04:00
parent e2b1134e58
commit a7b43b88ef

View File

@ -3,7 +3,6 @@ import { Box, Text } from "@tlon/indigo-react";
const ReconnectBox = ({ color, children, onClick }) => (
<Box
ml={2}
px={2}
py={1}
display="flex"