Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dark Theme #11

Closed
nosmirck opened this issue Apr 6, 2020 · 0 comments · Fixed by #16
Closed

Dark Theme #11

nosmirck opened this issue Apr 6, 2020 · 0 comments · Fixed by #16
Assignees
Labels
enhancement New feature or request

Comments

@nosmirck
Copy link
Contributor

nosmirck commented Apr 6, 2020

Dark Theme seems to be not properly implemented, despite the advertised images on the website.

Using the system theme mode dark (after setting the themes correctly) like this:

Widget build(BuildContext context) {
    return MaterialApp(
      theme: ThemeData.light(),
      darkTheme: ThemeData.dark(),
      themeMode: ThemeMode.system,
      home: Container(
        child: StreamChat(
          client: client,
          child: ChannelListPage(),
        ),
      ),
    );
  }

causes this:

Simulator Screen Shot - iPhone 11 Pro Max - 2020-04-06 at 11 50 36

As seen in the image, nothing is dark themed, plus, the message box has white text over white background.
If there's no one working on this, I can fix it and PR, please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants