api: add Person and StreamingService contexts
This commit is contained in:
@@ -89,6 +89,20 @@ const styles = StyleSheet.create({
|
||||
margin: 6,
|
||||
backgroundColor: "#eee",
|
||||
},
|
||||
showTitle: {
|
||||
color: "white",
|
||||
fontSize: 12,
|
||||
fontWeight: "600",
|
||||
textAlign: "center",
|
||||
marginTop: 10,
|
||||
},
|
||||
showSeason: {
|
||||
color: "hsl(0, 0%, 80%)",
|
||||
fontSize: 12,
|
||||
fontWeight: "400",
|
||||
textAlign: "center",
|
||||
marginTop: 3,
|
||||
},
|
||||
});
|
||||
|
||||
export default styles;
|
||||
|
||||
Reference in New Issue
Block a user