pl-fe: remove unused code

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-09-14 11:37:59 +02:00
parent cbc7102cdb
commit 6ecda14acc

View File

@ -114,11 +114,9 @@ const Text = React.forwardRef<any, IText>(
{...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,