Skip to content

Commit

Permalink
style: fix poor visibility of some text
Browse files Browse the repository at this point in the history
I searched for (almost) all explicitly defined colors
and fixed the most obvious.
  • Loading branch information
WofWca committed Oct 24, 2024
1 parent 2c84c16 commit 22f032b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- image thumbnails not showing in chat list #4247
- progress bar not working #4248
- avoid showing horizontal scrollbars in chat list #4253
- style: poor visibility of some texts #4259

<a id="1_47_0"></a>

Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/scss/message/_message-detail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
}

.module-message-detail__unix-timestamp {
color: #eeefef;
opacity: 0.6;
}
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ $settingsHeight: 40px;
}

.profileAddress {
color: #969696;
opacity: 0.6;
margin-top: 5px;
overflow: hidden;
text-overflow: ellipsis;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@

.accountSize {
font-size: smaller;
color: #c0c0c0;
opacity: 0.6;
}

0 comments on commit 22f032b

Please sign in to comment.