Mobile: Fix sidebar folder icon

pull/9026/head
Laurent Cozic 2023-10-07 19:47:31 +01:00
parent 5cb54a57ac
commit cd55a9a40f
1 changed files with 1 additions and 1 deletions

View File

@ -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]);