Fixed button interface bug

refs. https://github.com/TryGhost/Team/issues/3328
This commit is contained in:
Peter Zimon 2023-05-31 13:59:14 +02:00
parent 13c629e6b3
commit 8c02d963c4

View File

@ -50,7 +50,7 @@ const Modal: React.FC<ModalProps> = ({
key: 'ok-modal',
label: okLabel,
color: okColor,
styles: 'min-w-[80px]',
className: 'min-w-[80px]',
onClick: onOk
});
}