Update to @tabler/icons 3.1.0, use filled for active state

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-04-03 13:28:30 +02:00
parent 03e02a3d4f
commit 1505f96258
173 changed files with 515 additions and 500 deletions

View File

@ -83,7 +83,7 @@ const Streamfield: React.FC<IStreamfield> = ({
<IconButton
iconClassName='h-4 w-4'
className='bg-transparent text-gray-600 hover:text-gray-600'
src={require('@tabler/icons/x.svg')}
src={require('@tabler/icons/outline/x.svg')}
onClick={() => onRemoveItem(i)}
title={intl.formatMessage(messages.remove)}
/>