Use color instead of fill for the badge icon

re: 7fe0380d7

Now that the icons are all using `fill=currentColor` this is the way to do it
This commit is contained in:
Bryan Housel
2019-02-06 11:54:45 -05:00
parent d958844bc0
commit 601524c47c
+1 -1
View File
@@ -3822,7 +3822,7 @@ img.tile-debug {
vertical-align: baseline;
width: 11px;
height: 11px;
fill: #fff;
color: #fff;
}
/* For text (e.g. upcoming events) */