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