mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
Fix: Color for private note links (#1771)
This commit is contained in:
@@ -208,6 +208,9 @@ export default {
|
||||
max-width: 32rem;
|
||||
padding: var(--space-small) var(--space-normal);
|
||||
}
|
||||
&.is-private.is-text > .message-text__wrap .link {
|
||||
color: var(--w-700);
|
||||
}
|
||||
}
|
||||
|
||||
&.is-pending {
|
||||
|
||||
Reference in New Issue
Block a user