Skip to content

Commit

Permalink
comment modal: fix size and icon of close button
Browse files Browse the repository at this point in the history
  • Loading branch information
NC-jsAhonen committed Sep 30, 2024
1 parent 7a6710e commit fb3ffce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/button/_close-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
cursor: pointer;
position: relative;
top: rem-calc(-1px);
background-image: url(/assets/icons/icon_error.svg);
background-image: url(/assets/icons/icon_close.svg);
height: 20px;
width: 20px;
img {
height: 20px;
width: 20px;
Expand Down

0 comments on commit fb3ffce

Please sign in to comment.