fix: Fixes color for file name, file icon in private note. (#1772)
This commit is contained in:
parent
c1a2f75509
commit
ee3ccbf0c8
1 changed files with 13 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue