zulip-flutter icon indicating copy to clipboard operation
zulip-flutter copied to clipboard

msglist: Use special background color for DM messages

Open chrisbobbe opened this issue 3 months ago • 0 comments

This is part of #157.

The web app uses a special background color for DM messages:

image

This color is currently identified as --color-background-private-message-content in web/styles/app_variables.css in zulip/zulip.

We should use this color.

We should follow the web app in also giving this background to a DM message's corresponding date separator, if any:

image
(Expand to see a screenshot from a quick attempt I made, and _forgot_ to handle the date separator. Don't do this! 🙂) image

chrisbobbe avatar May 15 '24 23:05 chrisbobbe