Skip to content

Commit

Permalink
Remove theme overrides to cross-check designs
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Jul 16, 2024
1 parent fad3da1 commit 4a12528
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion storybook/src/pages/amopis/common/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export const menu: Menu = {
export const commonMeta = {
parameters: {
layout: 'fullscreen',
themes: { themeOverride: 'Compact' },
},
decorators: [
(Story) => (
Expand Down
1 change: 0 additions & 1 deletion storybook/src/pages/amsterdam/common/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ export const commonMeta = {
],
parameters: {
layout: 'fullscreen',
themes: { themeOverride: 'Spacious' },
},
} satisfies Meta

0 comments on commit 4a12528

Please sign in to comment.