fix: margin on connection notice
This commit is contained in:
@@ -13,7 +13,7 @@ const Well = styled.View`
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
margin: 12px 0;
|
margin: 12px -12px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
function ConnectionNotice() {
|
function ConnectionNotice() {
|
||||||
|
|||||||
Reference in New Issue
Block a user