Skip to content

Commit

Permalink
style: fix VCard color in dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
WofWca committed Oct 24, 2024
1 parent 2c84c16 commit 916c426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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: fix VCard color being too bright in dark theme #4255

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

Expand Down
3 changes: 2 additions & 1 deletion packages/frontend/src/components/message/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@

.vcard {
display: flex;
background-color: #dedede;
// TODO should probably lighten instead of darkening if the theme is dark.
background-color: #0002;
border-radius: 10px;
padding: 9px;
padding-top: 0;
Expand Down

0 comments on commit 916c426

Please sign in to comment.