fix(tv): add padding to button

This commit is contained in:
Fredrik Burmester
2026-01-22 09:09:30 +01:00
parent 1b80db678e
commit fb9b4b6f2d

View File

@@ -550,6 +550,7 @@ export const Home = () => {
color='black'
onPress={retryCheck}
justify='center'
className='px-4'
iconRight={
retryLoading ? null : (
<Ionicons name='refresh' size={24} color='white' />