Skip to content

Commit

Permalink
feat: fixed text-color-hover and errors
Browse files Browse the repository at this point in the history
Signed-off-by: Ishan Kumar <[email protected]>
  • Loading branch information
4ddx committed Aug 20, 2023
1 parent e1cd0c8 commit 40da8f4
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.text};
color: ${props => props.theme.white};
}
`;

0 comments on commit 40da8f4

Please sign in to comment.