Browse Source

Apply default border-radius to card overlay button

master
jeffvli 3 years ago
parent
commit
028912bd19
  1. 1
      src/components/card/styled.tsx

1
src/components/card/styled.tsx

@ -183,6 +183,7 @@ const OverlayButton = styled(IconButton)`
-ms-transform: translate(-50%, -50%);
background: ${(props) => props.theme.colors.card.overlayButton.background};
color: ${(props) => props.theme.colors.card.overlayButton.color};
border-radius: ${(props) => props.theme.other.button.borderRadius};
&:hover {
opacity: 1;

Loading…
Cancel
Save