Skip to content

Commit

Permalink
fix: action editor in dark mode
Browse files Browse the repository at this point in the history
fix: #330
  • Loading branch information
windingwind committed May 30, 2024
1 parent 17fe2a4 commit 8ee7435
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/windingwind/zotero-actions-tags#readme",
"dependencies": {
"js-yaml": "^4.1.0",
"zotero-plugin-toolkit": "^2.3.31"
"zotero-plugin-toolkit": "^2.3.32"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
Expand Down
1 change: 0 additions & 1 deletion src/modules/edit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ async function editAction(currentKey?: string) {
},
styles: {
resize: "none",
height: "1.2em",
fontSize: "inherit",
},
attributes: {
Expand Down

0 comments on commit 8ee7435

Please sign in to comment.