Files
wanderer/assets/js/hooks/Mapper/components/ui-kit/constants.ts
2025-09-13 19:17:00 +03:00

7 lines
220 B
TypeScript

export const BUILT_IN_TOOLTIP_OPTIONS = {
mouseTrack: true,
mouseTrackLeft: 10,
className:
'rounded-[3px] bg-stone-900/90 px-1 py-1 [&_.p-tooltip-text]:!text-stone-300 text-[13px] [&_.p-tooltip-text]:!p-1',
};