Skip to content

DesignVariables.bgMessageRegular is slightly wrong in dark mode #1685

@chrisbobbe

Description

@chrisbobbe

I think the current value (HSLColor.fromAHSL(1, 0, 0, 0.11).toColor()) might have been taken from a value that web used in the past? Not sure how we ended up with a wrong value for something that's a named variable in the Figma.

Anyway, the Figma is clear: its bg-message-regular variable in dark mode is #1D1D1D.

Figma screenshot:
Image

Successfully completing this issue requires:

  • Changing the dark-mode value from const HSLColor.fromAHSL(1, 0, 0, 0.11).toColor() to const Color(0xff1d1d1d)
  • Posting "before" and "after" screenshots in your PR description so we can see the change visually.

Metadata

Metadata

Assignees

No one assigned

    Labels

    a-msglistThe message-list screen, except what's label:a-contentgood first issueGood for newcomers

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions