Skip to content

Commit f800ec3

Browse files
committed
Fix color & dependency inside playground package.json
1 parent 82b06d3 commit f800ec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MeiliSearchBox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default {
8585
& > span
8686
vertical-align middle
8787
.dsb-cursor
88-
background rgba(red, 0.05)
88+
background rgba($accentColor, 0.05)
8989
.meilisearch-autocomplete
9090
line-height 2
9191
// Searchbox

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"dependencies": {
1111
"vuepress": "^1.4.1",
12-
"vuepress-plugin-meilisearch": "link:~/PROJECTS/INTEGRATION/vuepress-plugin-meilisearch"
12+
"vuepress-plugin-meilisearch": "^0.0.6"
1313
}
1414
}

0 commit comments

Comments
 (0)