[Improvement] Toast: adjust background color (#601)

This commit is contained in:
neverland
2018-02-02 10:15:58 +08:00
committed by GitHub
parent 4270354a67
commit d21178f540
3 changed files with 22 additions and 14 deletions

View File

@@ -16,7 +16,7 @@
flex-direction: column;
box-sizing: border-box;
transform: translate3d(-50%, -50%, 0);
background-color: rgba(39, 39, 39, .7);
background-color: rgba(0, 0, 0, .7);
&__overlay {
position: fixed;