Feat: dark mode for logs and annotations (#11575)

This commit is contained in:
KVOJJJin 2024-12-12 10:09:48 +08:00 committed by GitHub
commit f96fdc2970
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 426 additions and 472 deletions

View file

@ -96,7 +96,7 @@ const Tooltip: FC<TooltipProps> = ({
>
{popupContent && (<div
className={cn(
'relative px-3 py-2 text-xs font-normal text-gray-700 bg-white rounded-md shadow-lg break-words',
'relative px-3 py-2 system-xs-regular text-text-tertiary bg-components-panel-bg rounded-md shadow-lg break-words',
popupClassName,
)}
onMouseEnter={() => triggerMethod === 'hover' && setHoverPopup()}