mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-08 16:56:03 +00:00
7 lines
220 B
TypeScript
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',
|
|
};
|