We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d25e0e commit 2c9af31Copy full SHA for 2c9af31
packages/cfd/src/Containers/cfd-server-maintenance-modal.tsx
@@ -26,7 +26,7 @@ const CFDServerMaintenanceModal = observer(() => {
26
/>
27
</Modal.Body>
28
<Modal.Footer>
29
- <Button onClick={() => setServerMaintenanceModal(false)} secondary medium>
+ <Button onClick={() => setServerMaintenanceModal(false)} secondary large>
30
<Localize i18n_default_text='OK' />
31
</Button>
32
</Modal.Footer>
0 commit comments