Skip to content

Commit

Permalink
feat: updated hover to theme.white
Browse files Browse the repository at this point in the history
  • Loading branch information
4ddx committed Aug 20, 2023
1 parent 79eb999 commit 7be125a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HandbookCard/HandbookCard.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ export const HandbookCardWrapper = styled.div`
}
.handbook__card:hover .handbook__card--head {
color: ${props => props.theme.navigatorColor};
color: ${props => props.theme.white};
}
`;

0 comments on commit 7be125a

Please sign in to comment.