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:
parent
13c629e6b3
commit
8c02d963c4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue