mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 04:31:46 +02:00
add type property in general sheet buttons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user