Skip to content

Commit

Permalink
fix: unreadable quote text for sticker replies
Browse files Browse the repository at this point in the history
The background used to be transparent,
and the text color has been changed to white in e69fd47,
but then we changed background color of the quote bubbles
to be the same as the message bubble color for regular messages
in f83ce46, so now
there is no need to override colors.
  • Loading branch information
WofWca committed Dec 17, 2024
1 parent 47765bd commit e7a30e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- settings: chat background preview element not working for the default background image #4403
- macOS: make area under traffic lights dragable and fix the bug that its size changed based on profile acount and window height #4408
- fix chat "scrolls up" right after switching #4404
- quote text being unreadable for sticker replies in light theme #4417

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

Expand Down
5 changes: 0 additions & 5 deletions packages/frontend/scss/message/_message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,6 @@

& > .quote {
margin: 0;
color: white;

.quoted-text {
color: white;
}
}
}
}
Expand Down

0 comments on commit e7a30e3

Please sign in to comment.