From fb3ffce108c4d7499232da7893efac0a068807b2 Mon Sep 17 00:00:00 2001 From: Jukka Ahonen Date: Mon, 30 Sep 2024 13:25:25 +0300 Subject: [PATCH] comment modal: fix size and icon of close button --- src/components/button/_close-button.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/button/_close-button.scss b/src/components/button/_close-button.scss index cb7e3dc6b..74f29620f 100644 --- a/src/components/button/_close-button.scss +++ b/src/components/button/_close-button.scss @@ -2,7 +2,9 @@ cursor: pointer; position: relative; top: rem-calc(-1px); - background-image: url(/assets/icons/icon_error.svg); + background-image: url(/assets/icons/icon_close.svg); + height: 20px; + width: 20px; img { height: 20px; width: 20px;