From 182576393c7005a25e81c7235a5e023746ad4ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Thu, 30 Dec 2021 18:05:39 +0100 Subject: [PATCH] Fix close button in report modal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/components/modal.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/styles/components/modal.scss b/app/styles/components/modal.scss index 48a684516..62d44f603 100644 --- a/app/styles/components/modal.scss +++ b/app/styles/components/modal.scss @@ -702,6 +702,12 @@ right: 15px; height: 20px; width: 20px; + + .svg-icon { + color: var(--primary-text-color); + height: 20px; + width: 20px; + } } }