mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
fix: Update timestamp style on the private message from bot (#3758)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user