Skip to content

Commit

Permalink
docs: add prose-a in tip component
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Feb 27, 2024
1 parent e9c371d commit d1f0942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/content/Tip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title="Tip"
icon="i-ph-lightbulb-duotone"
color="green"
class="dark:!bg-green-800/40 !bg-green-200/40 dark:!border-green-600/30 !border-green-400/30"
class="prose-a:text-green-500 hover:prose-a:border-green-500 dark:prose-a:text-green-400 dark:hover:prose-a:border-green-400 dark:!bg-green-800/40 !bg-green-200/40 dark:!border-green-600/30 !border-green-400/30"
:class="$attrs.to ? 'dark:hover:!border-green-600/50 hover:!border-green-400/50' : ''"
>
<ContentSlot :use="$slots.default" unwrap="p" />
Expand Down

0 comments on commit d1f0942

Please sign in to comment.