From 7ebe6f4c211b552bead3658853572a92ca4f90da Mon Sep 17 00:00:00 2001 From: Maria Rushkova Date: Thu, 25 Apr 2024 11:49:56 +0200 Subject: [PATCH] Change close button icon size --- packages/frontend/src/components/icons/CloseIcon.tsx | 2 +- packages/frontend/src/components/topBar/Modal.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/components/icons/CloseIcon.tsx b/packages/frontend/src/components/icons/CloseIcon.tsx index 8124675a..85a092c8 100644 --- a/packages/frontend/src/components/icons/CloseIcon.tsx +++ b/packages/frontend/src/components/icons/CloseIcon.tsx @@ -2,7 +2,7 @@ import { IconProps } from '@/components/icons/IconBase' export const CloseIcon = ({ color, size, className }: IconProps) => { return ( - + diff --git a/packages/frontend/src/components/topBar/Modal.tsx b/packages/frontend/src/components/topBar/Modal.tsx index 8e37d59b..105c3389 100644 --- a/packages/frontend/src/components/topBar/Modal.tsx +++ b/packages/frontend/src/components/topBar/Modal.tsx @@ -21,7 +21,7 @@ export const Modal = ({ isShown, onRequestClose, title, children }: ModalProps)
{title} - +
{children}