Added missing padding seen mostly on mobile and fixed some font rendering
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user