chore: remove useless color attributes on html elements
This commit is contained in:
@@ -244,9 +244,7 @@ export default function Room({ booking, roomNr, user }: RoomProps) {
|
||||
|
||||
<Typography variant="Body/Paragraph/mdRegular">
|
||||
{/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */}
|
||||
<p color="uiTextHighContrast">
|
||||
18:00, {fromDate.format("dddd D MMM")}
|
||||
</p>
|
||||
<p>18:00, {fromDate.format("dddd D MMM")}</p>
|
||||
</Typography>
|
||||
</div>
|
||||
)}
|
||||
@@ -261,7 +259,7 @@ export default function Room({ booking, roomNr, user }: RoomProps) {
|
||||
</Typography>
|
||||
|
||||
<Typography variant="Body/Paragraph/mdRegular">
|
||||
<p color="uiTextHighContrast">{breakfastPrice}</p>
|
||||
<p>{breakfastPrice}</p>
|
||||
</Typography>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user