Skip to content

Commit

Permalink
Fixed dark mode design of the CPWE card (dark text to white text) (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bratelion authored Jun 27, 2024
1 parent 46f9d64 commit a09be2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/preview/cards/cpwe/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,12 @@ const Choc = () => {
as="h4"
lineHeight="tight"
noOfLines={1}
_dark={{ color: "white" }}
>
{property.title}
</Text>

<Box>
<Box _dark={{ color: "white" }}>
{property.formattedPrice}
<Box as="span" color="gray.600" fontSize="sm">
/ wk
Expand Down

0 comments on commit a09be2a

Please sign in to comment.