Fix button wrap on "Extras" settings (#673)

This commit is contained in:
3gf8jv4dv 2024-12-28 23:30:37 +08:00 committed by GitHub
parent f548dad945
commit 4cbd09445e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,6 +76,8 @@ const styles = StyleSheet.create({
marginBottom: 5, marginBottom: 5,
}, },
clearBtn: { clearBtn: {
gap: 5,
flexDirection: 'row', flexDirection: 'row',
flexWrap: 'wrap',
}, },
}) })