We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfe2ae commit a4f08aaCopy full SHA for a4f08aa
docs/components/Logo.vue
@@ -1,6 +1,6 @@
1
<template>
2
<svg
3
- class="h-8 text-black dark:text-white"
+ class="h-6 text-black md:h-8 dark:text-white"
4
viewbox="0 0 293 40"
5
fill="none"
6
xmlns="http://www.w3.org/2000/svg"
docs/components/content/Highlight.vue
@@ -1,5 +1,5 @@
- <span class="text-blue-500"><slot /></span>
+ <span><slot /></span>
</template>
<style scoped>
0 commit comments