Skip to content

Commit

Permalink
fix: purchased greeting txt color
Browse files Browse the repository at this point in the history
  • Loading branch information
yashdesu committed Jan 23, 2025
1 parent be3fe96 commit e01e792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/components/Checkout/ModalCheckout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ onMounted(async () => {
<source :src="videoSrc" type="video/mp4" />
Your browser does not support the video tag.
</video>
<span>
<span class="text-base italic text-white">
{{ i18n('PurchaseGreeting') }}
</span>
</div>
Expand Down

0 comments on commit e01e792

Please sign in to comment.