Skip to content

Commit

Permalink
🐛 certif: overload temporarily pix icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiaPena committed Nov 14, 2024
1 parent 499a426 commit 2ef0eed
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions certif/app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,17 @@ input:invalid {
* {
box-sizing: border-box;
}

.pix-toast__icon .pix-icon {
fill: var(--pix-neutral-0);
}

.pix-toast__close-button-container button {
&:hover:enabled,
&:active:enabled,
&:focus:enabled {
.pix-icon {
fill: var(--pix-neutral-0);
}
}
}

0 comments on commit 2ef0eed

Please sign in to comment.