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