Skip to content

Commit

Permalink
🐛 fix: small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
frostime committed Mar 29, 2024
1 parent cffb876 commit 7472259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
p, li, th, td {
font-size: 1rem !important;
}
}
}
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ export default class DailyNoteTodayPlugin extends Plugin {

//新的一天,重置检查状态
this.routineHandler.resetStatusFlag();
this.routineHandler.updateResvIconStyle();

showMessage(msg, 5000, 'info');
}
Expand Down

0 comments on commit 7472259

Please sign in to comment.