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