feat: add translation for chunks and new icons; update checkbox styles; add new segment list and segment card

This commit is contained in:
twwu
2024-12-04 14:24:47 +08:00
parent 11679dc68a
commit 388d7918f3
27 changed files with 1147 additions and 127 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 text-xs font-normal text-text-secondary bg-components-tooltip-bg rounded-md shadow-lg break-words',
popupClassName,
)}
onMouseEnter={() => triggerMethod === 'hover' && setHoverPopup()}