feat: added filter live and all sorted ps alphabetically

This commit is contained in:
Cron1cle
2025-10-11 17:18:27 +02:00
parent aedd87416f
commit 8fc0efed16
5 changed files with 52 additions and 18 deletions

View File

@@ -8,8 +8,8 @@ const styles = StyleSheet.create({
},
closeIcon: {
position: "absolute",
top: Dimensions.get("window").height * 0.077,
right: 30,
top: Dimensions.get("window").height * 0.07,
right: 15,
},
participantName: {
color: "white",
@@ -50,10 +50,11 @@ const styles = StyleSheet.create({
},
performedShowsSection: {
width: "100%",
height: "100%",
height: 500,
paddingLeft: 15,
paddingBottom: 20,
backgroundColor: "hsl(221, 39%, 0%)",
marginTop: 15,
},
performedShowsTitle: {
fontSize: 16,