0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

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', key: 'ok-modal',
label: okLabel, label: okLabel,
color: okColor, color: okColor,
styles: 'min-w-[80px]', className: 'min-w-[80px]',
onClick: onOk onClick: onOk
}); });
} }