Align popup message color to toast message in MinervaNeue

Toast messages carry now `#222`. This should be used here as well.

Bug: T177723
Change-Id: I7e1f6c2e1937353b0485ed0b5c2737742c62e770
This commit is contained in:
Volker E 2017-10-07 22:38:29 -07:00
parent eba147a1b4
commit d4682c9f14

View file

@ -5,12 +5,12 @@
text-align: center;
&-popup {
background-color: #222;
color: #fff;
display: inline-block;
background-color: #333;
border-radius: 2px;
padding: 0.5em 1em;
text-align: left;
color: #fff;
span {
vertical-align: middle;