mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
[Improvement] Toast: adjust background color (#601)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user