From 7a9710ba1ca64af600dede03745cbbd0df60e61a Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Sat, 25 Jan 2025 11:43:39 -0600 Subject: [PATCH] player styling --- components/Global/helpers/icon-card.tsx | 1 - components/Global/helpers/item-card.tsx | 1 - components/Player/screens/index.tsx | 5 ++++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/components/Global/helpers/icon-card.tsx b/components/Global/helpers/icon-card.tsx index 297d0324..11d9c388 100644 --- a/components/Global/helpers/icon-card.tsx +++ b/components/Global/helpers/icon-card.tsx @@ -22,7 +22,6 @@ export default function IconCard({ margin={5} > {/* I really wanted a big clunky play button */} - + @@ -242,6 +243,7 @@ export default function PlayerScreen({ navigation }: { navigation: NativeStackNa onPress={() => { navigation.goBack(); }} + large /> @@ -253,6 +255,7 @@ export default function PlayerScreen({ navigation }: { navigation: NativeStackNa onPress={() => { navigation.navigate("Queue"); }} + large />