Skip to content

Commit 30cd6cb

Browse files
More code style fixes.
1 parent 24f63cd commit 30cd6cb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/modal/modal.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import { cycleTabs } from "./../common/tab.service";
4848
* </button>
4949
* {{modalText}}
5050
* </section>
51-
* <ibm-modal-footer><button class="bx--btn bx--btn--primary" (click)="closeModal()">Close</button></ibm-modal-footer>
51+
* <ibm-modal-footer><button ibmButton="primary" (click)="closeModal()">Close</button></ibm-modal-footer>
5252
* </ibm-modal>`,
5353
* styleUrls: ["./sample-modal.component.scss"]
5454
* })
@@ -67,7 +67,7 @@ import { cycleTabs } from "./../common/tab.service";
6767
* \@Component({
6868
* selector: "app-modal-demo",
6969
* template: `
70-
* <button class="btn--primary" (click)="openModal('drill')">Drill-down modal</button>
70+
* <button ibmButton="primary" (click)="openModal('drill')">Drill-down modal</button>
7171
* <ibm-modal-placeholder></ibm-modal-placeholder>`
7272
* })
7373
* export class ModalDemo {

src/modal/modal.stories.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ class ModalStory {
6363
`
6464
})
6565
class AlertModalStory {
66-
6766
@Input() modalType: string;
6867
@Input() headerLabel: string;
6968
@Input() title: string;

0 commit comments

Comments
 (0)