From c7a2760709d9ab8a3a6a21e33a7b0d6bc53d6a9f Mon Sep 17 00:00:00 2001 From: alexsparkes Date: Mon, 26 Jan 2026 22:32:45 +0000 Subject: [PATCH] feat(modal): enhance close button styling and theming support --- src/components/Elements/MainModal/scss/index.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/Elements/MainModal/scss/index.scss b/src/components/Elements/MainModal/scss/index.scss index 1ce9c4b8..d95657cb 100644 --- a/src/components/Elements/MainModal/scss/index.scss +++ b/src/components/Elements/MainModal/scss/index.scss @@ -58,11 +58,18 @@ border-radius: 12px; cursor: pointer; transition: 0.5s; + outline: none; + border: none; + background: transparent; svg { font-size: 2em; } + @include themed { + color: t($color); + } + &:hover { @include themed { background: t($modal-sidebarActive);