Skip to content

Commit

Permalink
fix close icon
Browse files Browse the repository at this point in the history
  • Loading branch information
meelrossi committed May 11, 2023
1 parent 993ac3e commit 7c02036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AuthorizationModal/AuthorizationModal.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

.authorization-modal .ui.button.close-button::before {
content: url(../../../../images/simple_close.svg);
content: url(../../assets/close.svg);
width: 16px;
height: 16px;
}
Expand All @@ -35,7 +35,7 @@
}

.authorization-modal .authorization-error::before {
content: url(../../../../images/simple_close.svg);
content: url(../../assets/close.svg);
width: 16px;
height: 16px;
}

0 comments on commit 7c02036

Please sign in to comment.