Skip to content

Commit c8c1a73

Browse files
committed
fix: Fix broken styles in modals
1 parent 313e6cc commit c8c1a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modals.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class ConfirmModal extends Modal {
5252
}
5353

5454
public override onOpen(): void {
55-
this.containerEl.addClass("obsidian-github-stars");
55+
this.containerEl.addClass("github-stars");
5656
this.titleEl.setText(this.options.title);
5757
const contentWrapper = this.contentEl.createEl("div", {
5858
cls: "modal-content-wrapper",

0 commit comments

Comments
 (0)