We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0b5ce commit ea22f3cCopy full SHA for ea22f3c
components/LogoBadge.vue
@@ -2,7 +2,7 @@
2
<span class="relative px-1 py-0.5 rounded border border-primary text-xs font-medium text-primary self-center overflow-hidden">
3
<slot />
4
5
- <div class="absolute w-full h-full inset-0 gradient" />
+ <div class="opacity-25 dark:opacity-100 absolute w-full h-full inset-0 gradient" />
6
</span>
7
</template>
8
0 commit comments