Skip to content

Commit

Permalink
add hover on cta icon
Browse files Browse the repository at this point in the history
  • Loading branch information
TalBenAvi committed May 5, 2024
1 parent 524a2d3 commit 05362b1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions workspaces/website/src/blocks/DisplayCardItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,26 @@ export default function DisplayCardItems({
href={buttonLink}
bgColor="#0C0C4F"
color="white"
border="1px"
cursor="pointer"
_dark={{ color: "#0C0C4F", bgColor: "white" }}
_hover={{
color: "#0C0C4F",
bgColor: "white",
border: "1px",
borderColor: "#0C0C4F",
_dark: {
color: "white",
bgColor: "#0C0C4F",
borderColor: "white",
},
}}
padding={2}
fontWeight={600}
paddingInline={6}
borderRadius="6px"
fontSize={18}
target="_blank"
style={{ textDecoration: "none" }}
textAlign="center"
>
Expand Down

0 comments on commit 05362b1

Please sign in to comment.