pl-fe: migrate more icons

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-10-13 10:29:23 +02:00
parent c18ea9a5c2
commit 369f252035
75 changed files with 154 additions and 154 deletions

View File

@@ -103,7 +103,7 @@ const HeaderPicker = React.forwardRef<HTMLInputElement, IMediaInput>(({
{onClear && src && (
<IconButton
onClick={handleClear}
src={require('@tabler/icons/outline/x.svg')}
src={require('@phosphor-icons/core/regular/x.svg')}
theme='dark'
className='absolute right-2 top-2 z-10 hover:scale-105 hover:bg-gray-900'
iconClassName='h-5 w-5'