fix(ui): identicon in dark mode

This commit is contained in:
Guillaume Chau
2018-07-08 18:07:05 +02:00
parent 14b7ba7ae0
commit d51f08d185
@@ -146,6 +146,9 @@ export default {
border-radius 0
&.identicon
filter brightness(90%) contrast(115%)
.vue-ui-dark-mode &
filter invert(100%) brightness(180%) contrast(70%)
.wrapper
background white
.image