Added missing padding seen mostly on mobile and fixed some font rendering

This commit is contained in:
Clément Le Bihan
2024-01-14 18:43:25 +01:00
parent aebf409cea
commit ce927ea1a4
4 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const SearchView = () => {
}
return (
<View style={{ display: 'flex', gap: 20 }}>
<View style={{ display: 'flex', gap: 20, padding: 8 }}>
<SearchBarComponent onValidate={(query) => setSearchQuery(query)} />
{rawResult.isSuccess ? (
<MusicListCC