-
Notifications
You must be signed in to change notification settings - Fork 319
Open
Labels
a-msglistThe message-list screen, except what's label:a-contentThe message-list screen, except what's label:a-contentgood first issueGood for newcomersGood for newcomers
Milestone
Description
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
.
Successfully completing this issue requires:
- Changing the dark-mode value from
const HSLColor.fromAHSL(1, 0, 0, 0.11).toColor()
toconst Color(0xff1d1d1d)
- Posting "before" and "after" screenshots in your PR description so we can see the change visually.
Metadata
Metadata
Assignees
Labels
a-msglistThe message-list screen, except what's label:a-contentThe message-list screen, except what's label:a-contentgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
No status