fix: quote UI text colour

This commit is contained in:
alexsparkes
2022-10-23 19:09:15 +01:00
parent 572725eaef
commit 73501a4fb9
2 changed files with 7 additions and 0 deletions

View File

@@ -148,6 +148,12 @@ table {
color: t($color);
}
}
.subtitle {
@include themed() {
color: t($subColor);
font-size: 13px;
}
}
}
.messageAction {
float: right;