fix: product card price text color
This commit is contained in:
parent
10e963e430
commit
3bea9ec2cb
1 changed files with 2 additions and 2 deletions
|
|
@ -97,8 +97,8 @@ withDefaults(
|
|||
|
||||
<div v-if="data?.type === 'product'" class="flex full-width">
|
||||
<div
|
||||
class="row full-width text-right"
|
||||
style="font-size: 10px; color: hsl(var(--stone-4-hsl))"
|
||||
class="row full-width text-right app-text-muted"
|
||||
style="font-size: 10px"
|
||||
>
|
||||
<div class="col" v-if="priceDisplay?.price">
|
||||
{{ $t('productService.product.salePrice') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue