fix(iot): use proper theme variable in status card

This commit is contained in:
Sergey Andrievskiy 2019-06-18 19:08:31 +03:00
parent 39272ba2ce
commit 6adefaf9e4

View file

@ -24,7 +24,7 @@
transform: translate3d(0, 0, 0);
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
color: nb-theme(text-alternate-color);
color: nb-theme(text-control-color);
@each $status in nb-get-statuses() {
&.status-#{$status} {