Skip to content

Commit

Permalink
FIX: PAGES - change file names to get compiled and make the pages loo…
Browse files Browse the repository at this point in the history
…k as they should, again
  • Loading branch information
joetower committed Oct 4, 2024
1 parent f13666b commit 6ff51b6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/docs/examples/basic.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
title: 'Pages/Basic',
decorators: [
(story) =>
`<div style="background: var(--color-grays-700); padding: 0;margin:0;">${story()}</div>`,
`<div style="background: var(--color-grays-100); padding: 0;margin:0;">${story()}</div>`,
],
};

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6ff51b6

Please sign in to comment.