Skip to content

Commit 1f313fe

Browse files
committed
fixed css file being used on ionic them tests
1 parent ed921a4 commit 1f313fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/themes/ionic/test/colors/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name="viewport"
88
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
99
/>
10-
<link href="../../../../../css/ionic.bundle.css" rel="stylesheet" />
10+
<link href="../../../../../css/ionic/bundle.ionic.css" rel="stylesheet" />
1111
<link href="../../../../../scripts/testing/styles.css" rel="stylesheet" />
1212
<script src="../../../../../scripts/testing/scripts.js"></script>
1313
<script type="module" src="../../../../../dist/ionic/ionic.esm.js"></script>

0 commit comments

Comments
 (0)