Skip to content

Commit

Permalink
runfix: assign correct bacground color to emoji picker's input
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Gira committed Jan 16, 2024
1 parent e58d79b commit b961241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/content/conversation/message-list.less
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@
border-top: 1px solid var(--message-actions-border-hover);
}

.EmojiPickerReact .epr-search-container input.epr-search {
.EmojiPickerReact .epr-search-container input {
body.theme-dark & {
border: 1px solid var(--gray-70);
border-radius: 12px;
Expand Down

0 comments on commit b961241

Please sign in to comment.