This commit is contained in:
DevOFVictory
2025-10-08 17:26:38 +02:00
2 changed files with 5 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ export default function HomeScreen() {
<TouchableOpacity <TouchableOpacity
key={serviceName} key={serviceName}
style={{ style={{
padding: 5, padding: 3,
backgroundColor: "hsl(221, 39%, 80%)", backgroundColor: "hsl(221, 39%, 80%)",
borderRadius: 50, borderRadius: 50,
}} }}
@@ -108,8 +108,8 @@ export default function HomeScreen() {
<Image <Image
source={{ uri: streamingService }} source={{ uri: streamingService }}
style={{ style={{
width: 45, width: 50,
height: 45, height: 50,
borderRadius: 30, borderRadius: 30,
resizeMode: "contain", resizeMode: "contain",
}} }}

View File

@@ -30,7 +30,8 @@ const styles = StyleSheet.create({
flexDirection: "row", flexDirection: "row",
justifyContent: "center", justifyContent: "center",
alignItems: "center", alignItems: "center",
bottom: 15, top: 20,
marginBottom: 20,
}, },
showInfoText: { showInfoText: {
color: "hsl(0, 0%, 80%)", color: "hsl(0, 0%, 80%)",