fix: Update timestamp style on the private message from bot (#3758)
This commit is contained in:
parent
d57be3ffae
commit
7fcac532df
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue