fix: product card price text color

This commit is contained in:
puriphatt 2024-10-31 13:25:27 +07:00
parent 10e963e430
commit 3bea9ec2cb

View file

@ -97,8 +97,8 @@ withDefaults(
<div v-if="data?.type === 'product'" class="flex full-width"> <div v-if="data?.type === 'product'" class="flex full-width">
<div <div
class="row full-width text-right" class="row full-width text-right app-text-muted"
style="font-size: 10px; color: hsl(var(--stone-4-hsl))" style="font-size: 10px"
> >
<div class="col" v-if="priceDisplay?.price"> <div class="col" v-if="priceDisplay?.price">
{{ $t('productService.product.salePrice') }} {{ $t('productService.product.salePrice') }}