feat: added filter live and all sorted ps alphabetically
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user