mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 04:20:07 +02:00
improve tooltip readability
This commit is contained in:
@@ -16,12 +16,14 @@ export const Tooltip = ({
|
||||
}: TooltipProps) => {
|
||||
return (
|
||||
<MantineTooltip
|
||||
arrowSize={10}
|
||||
classNames={{
|
||||
tooltip: styles.tooltip,
|
||||
}}
|
||||
multiline
|
||||
openDelay={openDelay}
|
||||
transitionProps={transitionProps}
|
||||
withArrow
|
||||
withinPortal={withinPortal}
|
||||
{...props}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user