diff --git a/packages/pl-fe/src/components/ui/text.tsx b/packages/pl-fe/src/components/ui/text.tsx index 2f0800a3d..b35c6ca46 100644 --- a/packages/pl-fe/src/components/ui/text.tsx +++ b/packages/pl-fe/src/components/ui/text.tsx @@ -114,11 +114,9 @@ const Text = React.forwardRef( {...filteredProps} ref={ref} style={{ - textDecoration: tag === 'abbr' ? 'underline dotted' : undefined, direction, }} className={clsx({ - 'cursor-default': tag === 'abbr', truncate: truncate, [sizes[size]]: true, [themes[theme]]: true,