Toast: fix background color

This commit is contained in:
陈嘉涵
2017-09-07 15:10:33 +08:00
parent ec749da9b8
commit 29f6fbbb66
4 changed files with 6 additions and 9 deletions

View File

@@ -14,7 +14,7 @@
justify-content: center;
flex-direction: column;
transform: translate3d(-50%, -50%, 0);
background-color: rgb(39, 39, 39, .7);
background-color: rgba(39, 39, 39, .7);
&-wrapper {
transition: opacity .2s;