-
Notifications
You must be signed in to change notification settings - Fork 351
Open
Description
Hi, as we're developing our memorial video editor app, I've stumbled upon certain inconsistencies when it comes to the dark mode.
In the official Visual Design colors, we have the colors we should be using, and we did. As a result, the web desktop looks good
- desktop web -> OK
- desktop app -> different background color + light title bar
- mobile app (likely most used) -> much darker background (different than the desktop app as well)
- mobile web -> OK (same as desktop web)
It's probably not possible to fix the background and be the same value across all these platforms, but as a workaround, you can document the color codes plus in the
useOpenAiGlobal('userAgent');
besides the device type, to also return the client type, something like
const isApp = userAgent?.client === 'app'; //or 'browser'
xathis and AntonGrushkin
Metadata
Metadata
Assignees
Labels
No labels



