Skip to content

Commit

Permalink
Fix emoji picker icon color (#5062)
Browse files Browse the repository at this point in the history
  • Loading branch information
megrogan authored Dec 20, 2023
1 parent b1367a2 commit 639a981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/components/home/MessageActions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
{#if permittedMessages.get("text") || messageAction === "file"}
<div class="emoji" on:click|stopPropagation={openEmojiPicker}>
<HoverIcon title={$_("pickEmoji")}>
<Smiley color={iconColour} />
<Smiley color={"var(--icon-txt)"} />
</HoverIcon>
</div>
{/if}
Expand Down

0 comments on commit 639a981

Please sign in to comment.