diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a3fdcdb29..5d01d0185d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,6 +100,10 @@ jobs: if: steps.plan.outputs.code == 'true' run: npm run format:check + - name: Check icon sizes + if: steps.plan.outputs.code == 'true' + run: npm run check:icon-size + - name: Build if: steps.plan.outputs.code == 'true' run: npm run build diff --git a/apps/desktop/src/renderer/remote-project-directory-dialog.tsx b/apps/desktop/src/renderer/remote-project-directory-dialog.tsx index 6eb90f2ece..f702aad677 100644 --- a/apps/desktop/src/renderer/remote-project-directory-dialog.tsx +++ b/apps/desktop/src/renderer/remote-project-directory-dialog.tsx @@ -7,7 +7,7 @@ import { Layout, LayoutContent, LayoutFooter } from '@astryxdesign/core/Layout'; import { HStack } from '@astryxdesign/core/Stack'; import { Text } from '@astryxdesign/core/Text'; import { useUiLocale } from '@maka/ui'; -import { Check, Eye, EyeOff, FolderOpen } from '@maka/ui/icons'; +import { ICON_SIZE, Check, Eye, EyeOff, FolderOpen } from '@maka/ui/icons'; import type { DesktopProjectDirectoryEntry, DesktopProjectDirectoryRoot, @@ -204,9 +204,9 @@ export function RemoteProjectDirectoryDialog(props: {