diff --git a/certif/app/styles/app.scss b/certif/app/styles/app.scss index a81e431cf26..b0beba11a08 100644 --- a/certif/app/styles/app.scss +++ b/certif/app/styles/app.scss @@ -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); + } + } +}