Skip to content

Commit

Permalink
Fix ellipses visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gusruben committed Jan 29, 2025
1 parent c6a036e commit 5292206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/FancyCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default function FancyCard({
display: onMobile ? 'none' : 'initial'
}}
>
<Icon glyph="more" size={25} />
<Icon glyph="more" size={25} color={descriptionColor} opacity={0.7} />
</Box>
<Card
sx={{
Expand Down

0 comments on commit 5292206

Please sign in to comment.