fix: glass text contrast

This commit is contained in:
2022-10-01 13:34:31 -05:00
committed by GitHub
parent a68098e7e2
commit f9aea7eea4
2 changed files with 28 additions and 31 deletions
@@ -34,7 +34,7 @@ const Slide:FC<SlideProps> = ({ description, socialNetwork, links }) => {
twitch: <FontAwesomeIcon style={{ filter: 'drop-shadow(2px 2px 2px rgb(0 0 0 / 0.4)' }}icon={faTwitch} size="5x" fixedWidth />
}[socialNetwork]}
</Typography>
<Typography sx={(theme) => ({ textShadow: `2px 2px 2px ${theme.palette.background.default}` })} variant="body1" align="center" >
<Typography variant="body1" align="center" >
{description}
</Typography>
<div