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