From 65d87d259e6c547b64e2f0e60db5545120d5953c Mon Sep 17 00:00:00 2001 From: BANGJU Date: Fri, 8 Aug 2025 17:44:50 +0700 Subject: [PATCH] again --- src/app/dashboard/dashboard.component.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/dashboard/dashboard.component.css b/src/app/dashboard/dashboard.component.css index fd3c36e..ee8b4dd 100644 --- a/src/app/dashboard/dashboard.component.css +++ b/src/app/dashboard/dashboard.component.css @@ -210,6 +210,10 @@ min-width: 0; } +.activity-content > .activity-description { + color: var(--light-gray); +} + .activity-header { display: flex; align-items: center; -- 2.45.2