Skip to content

Commit

Permalink
Add dark mode style
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMejia77 committed Mar 15, 2024
1 parent 28437b3 commit ea1b658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Reviews/ReviewCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface ReviewCardProps {

export const ReviewCard = ({ review }: ReviewCardProps) => {
return (
<article className="w-60 ms:w-96 p-4 space-y-3 shadow-lg mx-4 my-6 rounded-lg border border-black border-opacity-15 bg-white">
<article className="w-60 ms:w-96 p-4 space-y-3 shadow-lg mx-4 my-6 rounded-lg border border-black border-opacity-15 bg-white dark:bg-primary-dm">
<div className="h-32">
<ImQuotesLeft size={30} color="red" />
<div className="h-24 overflow-y-scroll">
Expand Down

0 comments on commit ea1b658

Please sign in to comment.