Fix key change advisory style in dark theme

Override the light font color which is the default in dark mode.
For regular android theme this should cause no change.
This commit is contained in:
lilia
2017-01-16 21:26:11 -08:00
parent 41216f1378
commit 030c5a403f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -628,6 +628,7 @@ li.entry .error-icon-container {
display: inline-block;
padding: 5px 10px;
background: #fff5c4;
color: $grey_d;
border-radius: $border-radius;
}
}