fix: Update timestamp style on the private message from bot (#3758)

This commit is contained in:
Sivin Varghese
2022-01-13 10:54:52 -08:00
committed by GitHub
parent d57be3ffae
commit 7fcac532df
@@ -423,6 +423,9 @@ export default {
.message-text--metadata .time {
color: var(--v-50);
}
&.is-private .message-text--metadata .time {
color: var(--s-400);
}
}
&.is-failed {