Skip to content

Commit

Permalink
fix: margin on connection notice
Browse files Browse the repository at this point in the history
  • Loading branch information
leinelissen committed Nov 12, 2022
1 parent e0493c4 commit 68de2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/modals/Player/components/ConnectionNotice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Well = styled.View`
flex-direction: row;
align-items: center;
padding: 12px;
margin: 12px 0;
margin: 12px -12px;
`;

function ConnectionNotice() {
Expand Down

0 comments on commit 68de2ca

Please sign in to comment.