make player bottom margin correct token group

This commit is contained in:
Violet Caulfield
2025-12-17 07:25:25 -06:00
parent 05bbf02152
commit c40aaef55b

View File

@@ -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 ? (