Skip to content

Commit 201e25c

Browse files
committed
change no render data message to match app font
1 parent dec6d39 commit 201e25c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/app/styles/layout/_stateContainer.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@
4040
@extend %disable-highlight
4141
}
4242

43-
4443
.no-data-message {
45-
font: 1.2em sans-serif;
46-
color: white;
44+
color: $text-color;
45+
font: normal 13px $text-font-stack;
4746
padding: 10px;
4847
}
4948

0 commit comments

Comments
 (0)