From 2a39e4ebcd91d4519ceab5f99597a4f5378f8c4c Mon Sep 17 00:00:00 2001 From: Nawaraj Date: Sun, 29 Jan 2023 09:42:38 +0545 Subject: [PATCH] changing the color of message time stamp Fixing the issue of: https://github.com/vector-im/element-web/issues/22699 Changing the color of .mx_MessageTimestamp to make the font color consistent on both Main timeline and Right timeline --- res/css/views/right_panel/_ThreadPanel.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/right_panel/_ThreadPanel.pcss b/res/css/views/right_panel/_ThreadPanel.pcss index aff186fca5d..c1f1daaca1d 100644 --- a/res/css/views/right_panel/_ThreadPanel.pcss +++ b/res/css/views/right_panel/_ThreadPanel.pcss @@ -130,7 +130,7 @@ limitations under the License. } .mx_MessageTimestamp { - color: $secondary-content; + color: $event-timestamp-color; } .mx_BaseCard_footer {