fix: add labels variants for Footnote and Caption
This commit is contained in:
@@ -26,7 +26,7 @@ export default function PriceList({
|
||||
<div className={styles.priceRow}>
|
||||
<dt>
|
||||
<Caption
|
||||
textTransform="bold"
|
||||
type="bold"
|
||||
color={publicLocalPrice ? "uiTextHighContrast" : "disabled"}
|
||||
>
|
||||
{intl.formatMessage({ id: "Standard price" })}
|
||||
@@ -52,10 +52,7 @@ export default function PriceList({
|
||||
|
||||
<div className={styles.priceRow}>
|
||||
<dt>
|
||||
<Caption
|
||||
textTransform="bold"
|
||||
color={memberLocalPrice ? "red" : "disabled"}
|
||||
>
|
||||
<Caption type="bold" color={memberLocalPrice ? "red" : "disabled"}>
|
||||
{intl.formatMessage({ id: "Member price" })}
|
||||
</Caption>
|
||||
</dt>
|
||||
|
||||
@@ -90,7 +90,7 @@ export default function FlexibilityOption({
|
||||
>
|
||||
<Caption
|
||||
color="uiTextHighContrast"
|
||||
textTransform="bold"
|
||||
type="bold"
|
||||
className={styles.popoverHeading}
|
||||
>
|
||||
{name}
|
||||
|
||||
Reference in New Issue
Block a user