mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 16:37:15 +08:00
fix: tooltip font
This commit is contained in:
parent
86db517142
commit
0bbfd81d26
@ -114,7 +114,7 @@ const OnlineUsers = () => {
|
|||||||
key={`${user.sid}-${index}`}
|
key={`${user.sid}-${index}`}
|
||||||
popupContent={renderDisplayName(
|
popupContent={renderDisplayName(
|
||||||
user,
|
user,
|
||||||
'system-xs-medium text-text-tertiary',
|
'system-xs-medium text-text-secondary',
|
||||||
'text-text-quaternary',
|
'text-text-quaternary',
|
||||||
)}
|
)}
|
||||||
position="bottom"
|
position="bottom"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user