From 1f2943a5fda60e2f79c01ccee4c016f19e88d7d0 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Fri, 12 Nov 2021 11:01:02 +0500 Subject: [PATCH] ui: incorrect icon for topic in sheet --- apps/mobile/src/components/ActionSheetComponent/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/src/components/ActionSheetComponent/index.js b/apps/mobile/src/components/ActionSheetComponent/index.js index 04258d310..525872e2d 100644 --- a/apps/mobile/src/components/ActionSheetComponent/index.js +++ b/apps/mobile/src/components/ActionSheetComponent/index.js @@ -829,7 +829,7 @@ export const ActionSheetComponent = ({ eSendEvent(refreshNotesPage, params); Navigation.navigate(routeName, params, headerState); }} - icon="book-open-outline" + icon="bookmark-outline" fontSize={SIZE.sm - 1} style={{ marginRight: 5,