fix spacing between bookmarks, align + icon (#8476)
This commit is contained in:
parent
263dddd22a
commit
805c14af6d
2 changed files with 5 additions and 2 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
|
|||
paddingTop: 2,
|
||||
},
|
||||
paddingHorizontal: {
|
||||
paddingHorizontal: 10,
|
||||
paddingLeft: 10,
|
||||
},
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue