feat: update icon size classes for consistency across components

This commit is contained in:
Ardeman
2025-03-15 08:58:34 +08:00
parent cbfb8e72cc
commit 405e57b92d
14 changed files with 28 additions and 28 deletions
@@ -361,7 +361,7 @@ export const EditorMenuBar = (properties: TProperties) => {
setIsUploadOpen('content')
}}
>
<CloudArrowUpIcon className="h-4 w-4 text-gray-500/50" />
<CloudArrowUpIcon className="size-4 text-gray-500/50" />
</Button>
</div>
</div>