Skip to content

Commit

Permalink
fix(modal): make close button visible (#10604)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Mar 1, 2024
1 parent fcd236a commit 2e06a1a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion client/src/ui/atoms/modal/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ body.ReactModal__Body--open {
padding-bottom: 1.5rem;

.button.has-icon {
--button-color: var(--icon-secondary);

&:hover {
--button-color: var(--icon-primary);
}

.button-wrap {
height: auto;
margin: -0.5rem;
Expand All @@ -49,7 +55,6 @@ body.ReactModal__Body--open {
}

.icon {
background-color: #000;
height: 1.25rem;
margin: 0;
width: 1.25rem;
Expand Down

0 comments on commit 2e06a1a

Please sign in to comment.