fix spacing between bookmarks, align + icon (#8476)

This commit is contained in:
Guillermo Vayá 2025-01-15 14:50:40 +01:00 committed by GitHub
parent 263dddd22a
commit 805c14af6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -47,7 +47,10 @@ const styles = StyleSheet.create({
paddingVertical: 6,
height: 48,
},
button: {backgroundColor: 'transparent'},
button: {
backgroundColor: 'transparent',
paddingHorizontal: 0,
},
});
const openLink = async (href: string, serverUrl: string, siteURL: string, intl: IntlShape) => {

View file

@ -37,7 +37,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
paddingTop: 2,
},
paddingHorizontal: {
paddingHorizontal: 10,
paddingLeft: 10,
},
}));