bug fixed
This commit is contained in:
@@ -260,7 +260,7 @@ export function ProductServicesTab() {
|
||||
style={[
|
||||
styles.categoryOptionText,
|
||||
selectedCategories.includes(category) &&
|
||||
styles.categoryOptionTextSelected,
|
||||
styles.categoryOptionTextSelected,
|
||||
]}
|
||||
>
|
||||
{category}
|
||||
@@ -313,6 +313,7 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
list: {
|
||||
gap: 16,
|
||||
flexGrow: 1
|
||||
},
|
||||
card: {
|
||||
backgroundColor: '#1e293b',
|
||||
@@ -372,6 +373,7 @@ const styles = StyleSheet.create({
|
||||
fontWeight: '500' as const,
|
||||
},
|
||||
emptyContainer: {
|
||||
flex: 1,
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
paddingVertical: 80,
|
||||
|
||||
Reference in New Issue
Block a user