Skip to content

Commit

Permalink
[WC-892]
Browse files Browse the repository at this point in the history
Use textColor from theme on hover button in SearchCourses list.
  • Loading branch information
myslaf committed Apr 12, 2023
1 parent ffd796a commit 0885e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/organisms/SearchCourses/SearchCourses.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const ItemButton = styled(Button)`
&:hover {
text-decoration: underline;
background-color: ${({ theme }) => theme.white} !important;
color: ${({ theme }) => theme.textColor};
}
`;

Expand Down

0 comments on commit 0885e03

Please sign in to comment.