Merge pull request #259 from AdityasahuX07/patch-3

Change libraryBadge position to its correct location only in search tab.
This commit is contained in:
Nayif 2025-12-05 21:38:25 +05:30 committed by GitHub
commit 22d8fe311a
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;