From c40aaef55bbaf136a75fc9a93eb92ffdd212cc8c Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Wed, 17 Dec 2025 07:25:25 -0600 Subject: [PATCH] make player bottom margin correct token group --- src/components/Player/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ? (