From 2b1bc26b7d092b3622a29e412be736e51a8ceb10 Mon Sep 17 00:00:00 2001 From: Agata Date: Tue, 12 Nov 2024 11:24:14 +0100 Subject: [PATCH] vertical spacing between the bottom buttons and the content --- .../src/components/modal/modal-buttons.tsx | 2 ++ .../src/components/modal/style.module.css | 27 ++----------------- 2 files changed, 4 insertions(+), 25 deletions(-) diff --git a/packages/playground/website/src/components/modal/modal-buttons.tsx b/packages/playground/website/src/components/modal/modal-buttons.tsx index 221fd66e5c..073f1f47ca 100644 --- a/packages/playground/website/src/components/modal/modal-buttons.tsx +++ b/packages/playground/website/src/components/modal/modal-buttons.tsx @@ -1,5 +1,6 @@ import { Button, Flex } from '@wordpress/components'; import React from 'react'; +import css from './style.module.css'; interface ModalButtonsProps { submitText?: string; @@ -12,6 +13,7 @@ export default function ModalButtons({ submitText = 'Submit', areDisabled = fals return (