:feat google search image

This commit is contained in:
Yordan Simeonov
2025-10-28 08:17:37 +11:00
parent aac4408424
commit 6b39579c75
7 changed files with 167 additions and 195 deletions

View File

@@ -171,6 +171,17 @@ const styles = StyleSheet.create({
fontSize: 11,
fontWeight: "600",
},
searchButton: {
width: 50,
height: 50,
borderRadius: 20,
backgroundColor: "hsl(221, 39%, 18%)",
marginLeft: 15,
marginTop: 15,
marginBottom: 5,
justifyContent: "center",
alignItems: "center",
},
});
export default styles;