add type property in general sheet buttons

This commit is contained in:
ammarahm-ed
2021-12-22 09:17:16 +05:00
parent a143b59ac9
commit de16df60b0

View File

@@ -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