mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
ui: incorrect icon for topic in sheet
This commit is contained in:
@@ -829,7 +829,7 @@ export const ActionSheetComponent = ({
|
|||||||
eSendEvent(refreshNotesPage, params);
|
eSendEvent(refreshNotesPage, params);
|
||||||
Navigation.navigate(routeName, params, headerState);
|
Navigation.navigate(routeName, params, headerState);
|
||||||
}}
|
}}
|
||||||
icon="book-open-outline"
|
icon="bookmark-outline"
|
||||||
fontSize={SIZE.sm - 1}
|
fontSize={SIZE.sm - 1}
|
||||||
style={{
|
style={{
|
||||||
marginRight: 5,
|
marginRight: 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user