api: add Person and StreamingService contexts

This commit is contained in:
Cron1cle
2025-10-07 20:08:51 +02:00
parent de2778d6db
commit 2dacb9fa80
12 changed files with 390 additions and 111 deletions

View File

@@ -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;