style: edited style filter
This commit is contained in:
@@ -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",
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user