From caaee53b5e027871eaec4bb0c0d2561f6c550507 Mon Sep 17 00:00:00 2001 From: Petro Shutak <113899587+PetroShutak@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:29:15 +0300 Subject: [PATCH] Update Modal.styled.jsx added cursor pointer to icons on modal --- src/components/Modal/Modal.styled.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Modal/Modal.styled.jsx b/src/components/Modal/Modal.styled.jsx index 02838ce..5c579cf 100644 --- a/src/components/Modal/Modal.styled.jsx +++ b/src/components/Modal/Modal.styled.jsx @@ -43,6 +43,7 @@ export const iconStyles = { right: 12, width: 22, height: 22, + cursor: "pointer", }; export const Image = styled.img`