Locate the vote button component in the chat UI (likely a React component in the source). Check the dark mode styles, possibly in a CSS file or styled component. The background color needs to be changed to a dark variant. Test in both light and dark modes to ensure the fix works correctly.
Vote button wrong color in dark mode · sindresorhus/caprine#1936 | Good First Issue