Fix: Color for private note links (#1771)

This commit is contained in:
Sivin Varghese 2021-02-15 18:24:58 +05:30 committed by GitHub
parent 64d7dc5335
commit c1a2f75509
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {