Skip to content

Commit ccbda68

Browse files
committed
test(themes): use correct path to local themes
1 parent b36d02d commit ccbda68

File tree

1 file changed

+1
-1
lines changed
  • core/src/themes/native/test/css-variables

1 file changed

+1
-1
lines changed

core/src/themes/native/test/css-variables/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ <h2>Battle Royale Open World Pac-Man</h2>
974974
function togglePalette(palette) {
975975
// The path to the directory containing the
976976
// custom palette files for this test
977-
var paletteFilesDir = '/src/themes/test/css-variables/css';
977+
var paletteFilesDir = '/src/themes/native/test/css-variables/css';
978978
let modifier = '';
979979

980980
// The default and dark palettes are official Ionic

0 commit comments

Comments
 (0)