diff --git a/app/components/chat.module.scss b/app/components/chat.module.scss index 16790ccb1..6384eb476 100644 --- a/app/components/chat.module.scss +++ b/app/components/chat.module.scss @@ -383,7 +383,7 @@ .chat-message-action-date { font-size: 12px; - opacity: 0.2; + opacity: 0.6; white-space: nowrap; transition: all ease 0.6s; color: var(--black); diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 39abdd97b..93a405b35 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -1251,8 +1251,8 @@ function _Chat() {