diff --git a/src/components/modules/Notification/NotificationItem/NotificationItem.module.scss b/src/components/modules/Notification/NotificationItem/NotificationItem.module.scss index ca7531981..3ffaf1499 100644 --- a/src/components/modules/Notification/NotificationItem/NotificationItem.module.scss +++ b/src/components/modules/Notification/NotificationItem/NotificationItem.module.scss @@ -16,6 +16,7 @@ color: var(--text-active); } .date { + color: #828282; font-size: 1.2rem; line-height: 2rem; letter-spacing: 0.01em; @@ -30,11 +31,8 @@ fill: var(--disabled) } } - .title { - color: var(--label); - } - .content, .date { - color: #828282; + .title, .content { + color: var(--text-label); } } } \ No newline at end of file