From de16df60b00f1f04461ae323f99fe5e2d7f9f2da Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Wed, 22 Dec 2021 09:17:16 +0500 Subject: [PATCH] add type property in general sheet buttons --- apps/mobile/src/components/GeneralSheet/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/src/components/GeneralSheet/index.js b/apps/mobile/src/components/GeneralSheet/index.js index dc4aa43e1..c0b50aa17 100644 --- a/apps/mobile/src/components/GeneralSheet/index.js +++ b/apps/mobile/src/components/GeneralSheet/index.js @@ -153,7 +153,7 @@ const GeneralSheet = ({context}) => { key={item.accentText} title={item.actionText} icon={item.icon && item.icon} - type="accent" + type={item.type || "accent"} height={50} style={{ marginBottom: 10