mirror of
https://github.com/Jellify-Music/App.git
synced 2025-12-30 23:39:51 -06:00
make player bottom margin correct token group
This commit is contained in:
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user