diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 9f7d2ca9..cc38e5a6 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -16,7 +16,7 @@ jobs: with: node-version: 20.9.0 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: install pnpm with: version: 8.10.0 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c58a3fa9..c1ab98d6 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -20,7 +20,7 @@ jobs: with: node-version: 20.9.0 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: install pnpm with: version: 8.10.0 diff --git a/.github/workflows/storybook-tests.yml b/.github/workflows/storybook-tests.yml index c1d91c53..5a435b80 100644 --- a/.github/workflows/storybook-tests.yml +++ b/.github/workflows/storybook-tests.yml @@ -11,7 +11,7 @@ jobs: with: node-version: 20.9.0 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: install pnpm with: version: 8.10.0 diff --git a/packages/alto/src/_dev/App.vue b/packages/alto/src/_dev/App.vue index d4057ffc..2aeb52ab 100644 --- a/packages/alto/src/_dev/App.vue +++ b/packages/alto/src/_dev/App.vue @@ -1,34 +1,14 @@ @@ -36,9 +16,10 @@ const preferredLanguages = ref([ .container { display: flex; flex-direction: row; - margin: 30px; - padding: 10%; - background-color: var(--gray-200); - gap: 0.5rem; + align-items: center; + justify-content: center; + width: 100vw; + height: 100vh; + gap: 80px; } diff --git a/packages/alto/src/components/Loader/Loader.vue b/packages/alto/src/components/Loader/Loader.vue index b0fab90d..0c573db5 100644 --- a/packages/alto/src/components/Loader/Loader.vue +++ b/packages/alto/src/components/Loader/Loader.vue @@ -1,8 +1,8 @@