Merge branch 'master' of https://github.com/Cron1cle/fltr-app
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",
|
||||
}}
|
||||
|
||||
@@ -30,7 +30,8 @@ const styles = StyleSheet.create({
|
||||
flexDirection: "row",
|
||||
justifyContent: "center",
|
||||
alignItems: "center",
|
||||
bottom: 15,
|
||||
top: 20,
|
||||
marginBottom: 20,
|
||||
},
|
||||
showInfoText: {
|
||||
color: "hsl(0, 0%, 80%)",
|
||||
|
||||
Reference in New Issue
Block a user