Skip to content

Commit

Permalink
chore: cleanup PR
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnsgn committed Jul 2, 2024
1 parent e164d88 commit 1187daf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-material-theme",
"version": "1.0.4",
"version": "1.0.3",
"description": "A TypeDoc theme based on Material 3.",
"keywords": [
"typedoc-theme",
Expand Down
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function load(app: Application) {
<style>
<JSX.Raw
html={getThemeCSSProperties(
app.options.getValue("themeColor") as string
app.options.getValue("themeColor") as string,
)}
/>
</style>
Expand Down Expand Up @@ -63,7 +63,7 @@ export function load(app: Application) {
const from = resolve(__dirname, "../assets/style.css");
const to = resolve(
app.options.getValue("out"),
"assets/material-style.css"
"assets/material-style.css",
);
cpSync(from, to);
});
Expand Down

0 comments on commit 1187daf

Please sign in to comment.