Skip to content

Dark mode issues #84

@andreibarabas

Description

@andreibarabas

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

  1. desktop web -> OK

Image

  1. desktop app -> different background color + light title bar

Image

  1. mobile app (likely most used) -> much darker background (different than the desktop app as well)

Image

  1. mobile web -> OK (same as desktop web)

Image

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions