Skip to content

Commit

Permalink
Merge pull request #146 from GarreltMock/fix/checkmark-icon
Browse files Browse the repository at this point in the history
fix: show correct checkmark icon
  • Loading branch information
andrejilderda authored Aug 20, 2024
2 parents 81a2847 + 2003bb4 commit eb2e59e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/proud-points-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"joplin-plugin-macos-theme": patch
---

fix: checkbox icon in editor when Phosphor icons are used
2 changes: 1 addition & 1 deletion src/phosphorIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const phosphorIcons = {
bold: "",
calendar: "",
character: "",
checkmark: "",
checkmark: "",
"checkmark-circle": "",
// same as checkmark-circle
"checkmark-diamond": "",
Expand Down
1 change: 1 addition & 0 deletions src/scss/components/_components.tinyMCE.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ body#tinymce,
opacity: 1;

&:before {
font-weight: 600;
top: 0.3rem;
}
}
Expand Down

0 comments on commit eb2e59e

Please sign in to comment.