From 8c02d963c45d6f30df397c10e3cc084a7031d498 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Wed, 31 May 2023 13:59:14 +0200 Subject: [PATCH] Fixed button interface bug refs. https://github.com/TryGhost/Team/issues/3328 --- ghost/admin-x-settings/src/admin-x-ds/global/Modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin-x-settings/src/admin-x-ds/global/Modal.tsx b/ghost/admin-x-settings/src/admin-x-ds/global/Modal.tsx index 9b83e67303..b3f729345c 100644 --- a/ghost/admin-x-settings/src/admin-x-ds/global/Modal.tsx +++ b/ghost/admin-x-settings/src/admin-x-ds/global/Modal.tsx @@ -50,7 +50,7 @@ const Modal: React.FC = ({ key: 'ok-modal', label: okLabel, color: okColor, - styles: 'min-w-[80px]', + className: 'min-w-[80px]', onClick: onOk }); }