Skip to content

Commit

Permalink
Replace the color value with clearer one
Browse files Browse the repository at this point in the history
$muted-fg-color can be removed anytime too (see comments by the upstream on each theme variables CSS file).

Signed-off-by: Suguru Hirahara <[email protected]>
  • Loading branch information
luixxiul committed Mar 4, 2024
1 parent 80266a2 commit 2a3e4ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

@define-mixin DecryptionFailureBody {
.mx_DecryptionFailureBody {
color: $muted-fg-color;
color: $tertiary-content;
font: var(--cpd-font-body-sm-regular);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ limitations under the License.
@define-mixin TextualEvent {
.mx_TextualEvent {
opacity: unset; /* Unset as it is very confusing to use opacity value to set text color */
color: $muted-fg-color;
color: $tertiary-content;
font: var(--cpd-font-body-sm-regular);
}
}

0 comments on commit 2a3e4ef

Please sign in to comment.