refactor: remove padding and margin from searchButton for cleaner styling

This commit is contained in:
zimplexing
2025-07-16 21:29:09 +08:00
parent 9f4299004a
commit d83c4483ff

View File

@@ -246,9 +246,7 @@ const styles = StyleSheet.create({
alignItems: "center",
},
searchButton: {
padding: 10,
borderRadius: 30,
marginLeft: 10,
},
// Category Selector
categoryContainer: {