Skip to content

Commit

Permalink
Change sticker reply background to make name more readable
Browse files Browse the repository at this point in the history
- resolves #3291
  • Loading branch information
maxphilippov committed Sep 21, 2024
1 parent 46d9811 commit 5e0df56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
- fix: packaging: windows 64bit and 32bit releases now have different filenames, bring back 64bit windows releases. #4131
- some shortcuts (e.g. `Ctrl + N`, `Ctrl + K`) not working on some languages' keyboard layots #4140
- fix chat "scrolling up" when someone adds a reaction, resulting in new messages not getting scrolled into view when they arrive #4120
- make name more readable in sticker reply #3291

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

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

.quote-background {
background: #01010159;
background: var(--messageIncomingBg);
padding: 5px;
padding-left: 6px;
border-radius: 7px;
Expand Down

0 comments on commit 5e0df56

Please sign in to comment.