Skip to content

Commit b2f8482

Browse files
committed
fix a11y cart issue
Signed-off-by: d.phan <d.phan@salesforce.com>
1 parent 39a7ba2 commit b2f8482

File tree

1 file changed

+2
-2
lines changed
  • packages/template-retail-react-app/app/components/display-price

1 file changed

+2
-2
lines changed

packages/template-retail-react-app/app/components/display-price/list-price.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const ListPrice = ({labelForA11y, price, isRange = false, as = 's', currency, ..
3636
aria-label={intl.formatMessage(msg.ariaLabelListPriceWithRange, {
3737
listPrice: listPriceText || ''
3838
})}
39-
color="gray.600"
39+
color="gray.700"
4040
>
4141
{listPriceText}
4242
</Text>
@@ -47,7 +47,7 @@ const ListPrice = ({labelForA11y, price, isRange = false, as = 's', currency, ..
4747
aria-label={intl.formatMessage(msg.ariaLabelListPrice, {
4848
listPrice: listPriceText || ''
4949
})}
50-
color="gray.600"
50+
color="gray.700"
5151
>
5252
{listPriceText}
5353
</Text>

0 commit comments

Comments
 (0)