Skip to content

Commit

Permalink
Merge pull request #4653 from shivankurchavan/shivbranch1
Browse files Browse the repository at this point in the history
Hovering Built-In Integrations Card Buttons text black
  • Loading branch information
leecalcote authored Aug 10, 2023
2 parents 8a50422 + 4e60808 commit ed99322
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/components/Contact-Modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ContactFormModal = (props) => {

return (
<ContactFormModalWrapper>
<Button primary className="open-modal-btn" onClick={openModal} title={props.callout_text} />
<Button secondary className="open-modal-btn" onClick={openModal} title={props.callout_text} />
<Modal
isOpen={modalIsOpen}
onRequestClose={closeModal}
Expand Down
14 changes: 7 additions & 7 deletions src/sections/Meshery/Meshery-integrations/Integration.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,13 @@ export const IntegrationCard = styled.div`
}
}
.open-modal-btn {
background-color: #00b39f;
color: white;
:hover {
color: black;
}
}
// . {
// background-color: #00b39f;
// color: white;
// :hover {
// color: black;
// }
// }
`;

export const IntegrationSlider = styled(Slider)`
Expand Down

0 comments on commit ed99322

Please sign in to comment.