diff --git a/src/components/Player/index.tsx b/src/components/Player/index.tsx index e692d331..42fe0268 100644 --- a/src/components/Player/index.tsx +++ b/src/components/Player/index.tsx @@ -96,7 +96,7 @@ export default function PlayerScreen(): React.JSX.Element { */ const mainContainerStyle = { marginTop: isAndroid ? top : getTokenValue('$4'), - marginBottom: bottom + getTokenValue('$12'), + marginBottom: bottom + getTokenValue('$11', 'space'), } return nowPlaying ? (