Skip to content

Commit

Permalink
TrendingApp Hover effect from Gateway.Home component
Browse files Browse the repository at this point in the history
  • Loading branch information
gabehamilton committed May 3, 2024
1 parent 4614dd1 commit e750639
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions nexus/components/src/AI/Overview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ const ButtonLinkWrapper = styled("Link")`
}
.trending-round-icon {
filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.06))
drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.06));
filter: drop-shadow(0px 4px 8px var(--violet6)) drop-shadow(0px 0px 0px var(--violet6));
}
}
Expand All @@ -194,8 +193,7 @@ const ButtonLinkWrapper = styled("Link")`
}
.trending-round-icon {
filter: drop-shadow(0px 4px 8px var(--violet6))
drop-shadow(0px 0px 0px var(--violet6));
filter: drop-shadow(0px 4px 8px var(--violet6)) drop-shadow(0px 0px 0px var(--violet6));
}
}
`;
Expand Down Expand Up @@ -405,13 +403,12 @@ const TrendingApp = ({ href, url, name, loading }) => (
>
<RoundIcon
url={url}
$noHover
$size="60px"
$padding="5px"
$borderRadius="50%"
$background="var(--white)"
$filter="drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.06)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.06))"
$loading={loading}
className="trending-round-icon"
/>
<Text
$size="text-s"
Expand Down

0 comments on commit e750639

Please sign in to comment.