Skip to content

Commit

Permalink
feat: 4ddx/Fix-text-colod-handbook
Browse files Browse the repository at this point in the history
Signed-off-by: Ishan Kumar <[email protected]>
  • Loading branch information
4ddx committed Aug 11, 2023
1 parent 3f5dce8 commit 79eb999
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: white;
color: ${props => props.theme.navigatorColor};
}
`;

0 comments on commit 79eb999

Please sign in to comment.