You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add dark theme support to stream-chat-react (#3002)
## 🎯 Goal
Add dark theme support to `stream-chat-react` and wire the Vite example
so the SDK can be exercised in both light and dark mode.
Linear ticket:
https://linear.app/stream/issue/REACT-798/add-support-for-dark-theme
## 🛠 Implementation details
- add dark semantic token overrides for the React SDK and scope them to
`str-chat__theme-dark`
- make `Chat`/portal rendering respect the dark theme class and update
the Vite example with a theme toggle
- align loading shimmers and image-loading overlays with the theme-aware
skeleton tokens
## 🎨 UI Changes
https://github.com/user-attachments/assets/5e05301c-47c7-421f-8d1a-5af4eb778ef5
---------
Co-authored-by: Anton Arnautov <arnautov.anton@gmail.com>
0 commit comments