Skip to content

Commit

Permalink
fix(plan-cards): muted check icon
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadGenie committed Jan 6, 2025
1 parent 33f1507 commit ddef086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src2/components/PlansCards.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</span>
<Tooltip text="Support included">
<i-lucide-badge-check
class="ml-1 h-4 w-4"
class="ml-1 h-4 w-4 text-gray-600"
v-if="plan.support_included"
/>
</Tooltip>
Expand Down

0 comments on commit ddef086

Please sign in to comment.