chore: remove useless color attributes on html elements
This commit is contained in:
@@ -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