mirror of https://github.com/laurent22/joplin.git
Mobile: Fix sidebar folder icon
parent
5cb54a57ac
commit
cd55a9a40f
|
@ -101,7 +101,7 @@ const SideMenuContentComponent = (props: Props) => {
|
|||
styles.sideButtonSelected = { ...styles.sideButton, backgroundColor: theme.selectedColor };
|
||||
styles.sideButtonText = { ...styles.buttonText };
|
||||
|
||||
styles.emptyFolderIcon = { ...styles.sidebarIcon, marginRight: folderIconRightMargin, width: 20 };
|
||||
styles.emptyFolderIcon = { ...styles.sidebarIcon, marginRight: folderIconRightMargin, width: 21 };
|
||||
|
||||
return StyleSheet.create(styles);
|
||||
}, [props.themeId]);
|
||||
|
|
Loading…
Reference in New Issue