File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ class ModalStory {
6363 `
6464} )
6565class AlertModalStory {
66-
6766 @Input ( ) modalType : string ;
6867 @Input ( ) headerLabel : string ;
6968 @Input ( ) title : string ;
You can’t perform that action at this time.
0 commit comments