feat(modal): enhance close button styling and theming support

This commit is contained in:
alexsparkes
2026-01-26 22:32:45 +00:00
parent f1e961e8e4
commit c7a2760709

View File

@@ -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);