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

msglist: Find web's dark-theme color for typing-indicator text; add to MessageListTheme #858

Closed
chrisbobbe opened this issue Aug 1, 2024 · 2 comments · Fixed by #866
Closed
Assignees
Labels
a-msglist The message-list screen, except what's label:a-content

Comments

@chrisbobbe
Copy link
Collaborator

@PIG208, would you be able to do this, as a followup to your PR #790 which was merged? Here's the color that should be updated:

    return Padding(
      padding: const EdgeInsetsDirectional.only(start: 16, top: 2),
      child: Text(text,
        style: const TextStyle(
          color: HslColor(0, 0, 53), fontStyle: FontStyle.italic)));
@chrisbobbe chrisbobbe added the a-msglist The message-list screen, except what's label:a-content label Aug 1, 2024
@gnprice
Copy link
Member

gnprice commented Aug 2, 2024

Cross-linking: this forms part of #95.

@chrisbobbe
Copy link
Collaborator Author

I'll go ahead and take this; it should be quick, and I'd like to get it done today if I can. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-msglist The message-list screen, except what's label:a-content
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants