Skip to content

Commit

Permalink
Change sticker reply background to make name more readable (#4143)
Browse files Browse the repository at this point in the history
- resolves #3291
  • Loading branch information
maxphilippov authored Nov 1, 2024
1 parent 05ee7d5 commit f83ce46
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 @@ -38,6 +38,7 @@
- accessibility: wrong positioning of some context menus and popups when activating them with keyboard #4246
- improve keyboard and screen-reader accessibility #4210
- "Page Up" / "Page Down" not working on scrollable elements except for messages list #4269
- make name more readable in sticker reply #3291

<a id="1_47_0"></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 f83ce46

Please sign in to comment.