Change libraryBadge position to its correct location.

The bug batter explained in #172

Fixes issue #172
This commit is contained in:
AdityasahuX07 2025-12-03 13:47:47 +05:30 committed by GitHub
parent 725c8aa9b7
commit 6c326e1378
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1297,7 +1297,7 @@ const styles = StyleSheet.create({
libraryBadge: {
position: 'absolute',
top: 8,
right: 36,
left: 8,
borderRadius: 8,
padding: 4,
zIndex: 2,
@ -1305,4 +1305,4 @@ const styles = StyleSheet.create({
},
});
export default SearchScreen;
export default SearchScreen;