filter: add streaming service filter option

This commit is contained in:
Cron1cle
2025-10-08 03:07:58 +02:00
parent 6e23434e6c
commit 5c49acb2f4
2 changed files with 79 additions and 2 deletions

View File

@@ -37,4 +37,10 @@ export default StyleSheet.create({
paddingVertical: 5,
paddingHorizontal: 10,
},
filterSection: {
width: "100%",
height: 70,
backgroundColor: "hsl(221, 39%, 5%)",
marginTop: 20,
},
});