diff --git a/src/screens/modals/Player/components/ConnectionNotice.tsx b/src/screens/modals/Player/components/ConnectionNotice.tsx index 8d160eb..f2a535a 100644 --- a/src/screens/modals/Player/components/ConnectionNotice.tsx +++ b/src/screens/modals/Player/components/ConnectionNotice.tsx @@ -13,7 +13,7 @@ const Well = styled.View` flex-direction: row; align-items: center; padding: 12px; - margin: 12px 0; + margin: 12px -12px; `; function ConnectionNotice() {