chore: remove useless color attributes on html elements

This commit is contained in:
Christian Andolf
2025-05-05 11:40:10 +02:00
parent d2bbc59f47
commit 5da16ed10a
5 changed files with 15 additions and 17 deletions

View File

@@ -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>