Skip to content

Commit a96051f

Browse files
committed
refactor(RecommendationCard): use secondary color for action buttons
1 parent 497c2c1 commit a96051f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/recommendation-card.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ export const RecommendationCard = ({
8989
</Typography>
9090
</CardContent>
9191
<CardActions>
92-
<Button size="small" onClick={shareChapterLink}>
92+
<Button size="small" color="secondary" onClick={shareChapterLink}>
9393
Share
9494
</Button>
95-
<Button size="small" onClick={readComic}>
95+
<Button size="small" color="secondary" onClick={readComic}>
9696
Read
9797
</Button>
9898
</CardActions>

0 commit comments

Comments
 (0)