From 769e3b662c1ae45c32d24674f142f224935ac212 Mon Sep 17 00:00:00 2001 From: andresgutgon Date: Fri, 6 Sep 2024 16:18:58 +0200 Subject: [PATCH] Remove useless css class. Icon was using the default `nommal` which is `w-4` --- .../Document/Sidebar/Files/TreeToolbar/index.tsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/packages/web-ui/src/sections/Document/Sidebar/Files/TreeToolbar/index.tsx b/packages/web-ui/src/sections/Document/Sidebar/Files/TreeToolbar/index.tsx index b1f183e98..1530dc0e0 100644 --- a/packages/web-ui/src/sections/Document/Sidebar/Files/TreeToolbar/index.tsx +++ b/packages/web-ui/src/sections/Document/Sidebar/Files/TreeToolbar/index.tsx @@ -37,20 +37,14 @@ export function TreeToolbar() { variant='ghost' size='none' lookDisabled={isMerged} - iconProps={{ - name: 'folderPlus', - className: 'w-5 h-5', - }} + iconProps={{ name: 'folderPlus' }} onClick={onClick(EntityType.Folder)} />