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

This commit is contained in:
Sivin Varghese
2022-01-14 00:24:52 +05:30
committed by GitHub
parent d57be3ffae
commit 7fcac532df

View File

@@ -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 {