mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 12:37:56 +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 {
|
.message-text--metadata .time {
|
||||||
color: var(--v-50);
|
color: var(--v-50);
|
||||||
}
|
}
|
||||||
|
&.is-private .message-text--metadata .time {
|
||||||
|
color: var(--s-400);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.is-failed {
|
&.is-failed {
|
||||||
|
|||||||
Reference in New Issue
Block a user