fix: Fixes color for file name, file icon in private note. (#1772)

This commit is contained in:
Sivin Varghese 2021-02-15 23:53:52 +05:30 committed by GitHub
parent c1a2f75509
commit ee3ccbf0c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,6 +208,19 @@ export default {
max-width: 32rem;
padding: var(--space-small) var(--space-normal);
}
&.is-private .file.message-text__wrap {
.ion-document-text {
color: var(--w-400);
}
.text-block-title {
color: #3c4858;
}
.download.button {
color: var(--w-400);
}
}
&.is-private.is-text > .message-text__wrap .link {
color: var(--w-700);
}