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;