Skip to content

Commit

Permalink
fixed settings heading size
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-baumberger committed Oct 18, 2023
1 parent bc96759 commit 24d3b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class JsonTablePluginSettingTab extends PluginSettingTab {

containerEl.empty();

containerEl.createEl("h2", {
containerEl.createEl("h4", {
text: "Commands"
});

Expand Down

0 comments on commit 24d3b12

Please sign in to comment.