mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-28 05:27:35 +00:00
fix(ui): correct inverted high-contrast text colors for user message timestamp (#25461)
This commit is contained in:
parent
bbd3e13094
commit
229e65b9f0
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@
|
|||
<div
|
||||
class="self-center text-xs font-medium first-letter:capitalize ml-0.5 translate-y-[1px] {($settings?.highContrastMode ??
|
||||
false)
|
||||
? 'dark:text-gray-900 text-gray-100'
|
||||
? 'dark:text-gray-100 text-gray-900'
|
||||
: 'invisible group-hover:visible transition'}"
|
||||
>
|
||||
<Tooltip content={dayjs(message.timestamp * 1000).format('LLLL')}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue