Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 81f1d75

Browse files
committed
fix(error): apply correct css for runtime error close
1 parent ee1e902 commit 81f1d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ion-dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ window.IonicDevServer = {
5959
c.push(' <div class="ion-diagnostics-header-content">');
6060
c.push(' <div class="ion-diagnostics-header-inner">Error</div>');
6161
c.push(' <div class="ion-diagnostics-buttons">');
62-
c.push(' <button class="ion-diagnostic-close">Close</button>');
62+
c.push(' <button id="ion-diagnostic-close">Close</button>');
6363
c.push(' </div>');
6464
c.push(' </div>');
6565
c.push('</div>');

0 commit comments

Comments
 (0)