icon: fix trash color

This commit is contained in:
Pierre de La Morinerie 2019-03-11 16:26:44 +00:00
parent 189160db2e
commit abcc46f4cd
3 changed files with 3 additions and 2 deletions

View file

@ -62,7 +62,7 @@
background-color: $medium-red;
> .icon {
filter: brightness(100);
filter: contrast(0) brightness(100);
}
}
}