mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 00:15:11 +03:00
Fixed button interface bug
refs. https://github.com/TryGhost/Team/issues/3328
This commit is contained in:
parent
13c629e6b3
commit
8c02d963c4
@ -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
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user