chore: add color for category
This commit is contained in:
@@ -205,6 +205,7 @@ export default function ProductsScreen() {
|
||||
label={cat.name}
|
||||
active={selectedCategory === cat.name}
|
||||
onPress={() => setSelectedCategory(cat.name)}
|
||||
color={cat.color}
|
||||
/>
|
||||
))}
|
||||
</ScrollView>
|
||||
|
||||
Reference in New Issue
Block a user