chore: remove useless color attributes on html elements
This commit is contained in:
@@ -27,7 +27,7 @@ export default function PriceDetails() {
|
||||
<div className={styles.priceDetails}>
|
||||
<div className={styles.price}>
|
||||
<Typography variant="Body/Lead text">
|
||||
<p color="uiTextHighContrast">
|
||||
<p>
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "Room total",
|
||||
})}
|
||||
|
||||
@@ -24,7 +24,7 @@ export default function Row({ icon, text, title }: RowProps) {
|
||||
</span>
|
||||
<div className={styles.content}>
|
||||
<Typography variant="Body/Paragraph/mdRegular">
|
||||
<p color="uiTextHighContrast">{text}</p>
|
||||
<p>{text}</p>
|
||||
</Typography>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user