mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
fix: Links are not readable in private notes dark mode (#7671)
This commit is contained in:
@@ -552,7 +552,7 @@ export default {
|
||||
}
|
||||
|
||||
&.is-private.is-text > .message-text__wrap .link {
|
||||
@apply text-woot-700 dark:text-woot-700;
|
||||
@apply text-woot-600 dark:text-woot-200;
|
||||
}
|
||||
&.is-private.is-text > .message-text__wrap .prosemirror-mention-node {
|
||||
@apply font-bold bg-none rounded-sm p-0 bg-yellow-100 dark:bg-yellow-700 text-slate-700 dark:text-slate-25 underline;
|
||||
|
||||
Reference in New Issue
Block a user