Skip to content

Commit

Permalink
force light theme for emojimart for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Dec 27, 2023
1 parent 7811ca7 commit d079d0b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web/src/components/thread/ReactList/ReactList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ export function ReactList(props: Props) {

<PopoverPositioner ref={ref}>
<PopoverContent>
<Picker data={data} onEmojiSelect={handlers.handleSelect} />
<Picker
data={data}
onEmojiSelect={handlers.handleSelect}
// TODO: When we do dark mode, this needs to be updated!
theme="light"
/>
</PopoverContent>
</PopoverPositioner>
</Popover>
Expand Down

0 comments on commit d079d0b

Please sign in to comment.