Skip to content

Commit

Permalink
chore: revert style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Dec 3, 2024
1 parent eb592b2 commit 24e4dca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions themes/article/app/components/ArticlePageAndNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ export function ArticlePageAndNavigation({ children }: { children: React.ReactNo
<UiStateProvider>
<TabStateProvider>
<GridSystemProvider gridSystem="article-left-grid">
<div className="fixed top-4 right-4 z-50">
<div className="fixed top-4 right-4 z-50">
<ThemeButton />
</div>
</div>
<article className="article content article-left-grid subgrid-gap">{children}</article>
</GridSystemProvider>
</TabStateProvider>
Expand Down
2 changes: 1 addition & 1 deletion themes/book/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import('eslint').Linter.Config} */
module.exports = {
extends: ['@remix-run/eslint-config', '@remix-run/eslint-config/node'],
extends: ["@remix-run/eslint-config", "@remix-run/eslint-config/node"],
};

0 comments on commit 24e4dca

Please sign in to comment.