Fix SnackBar visual (#5569)

cf https://discord.com/channels/1130383047699738754/1243478998810497054
This commit is contained in:
Marie
2024-05-27 12:15:57 +02:00
committed by GitHub
parent bcb5cf7ad7
commit 2a1ea326d2
13 changed files with 25 additions and 33 deletions

View File

@ -9,7 +9,7 @@ export type CommentChipProps = {
const StyledChip = styled.div`
align-items: center;
backdrop-filter: blur(12px) saturate(200%) contrast(50%) brightness(130%);
backdrop-filter: ${({ theme }) => theme.blur.medium};
background: ${({ theme }) => theme.background.transparent.primary};
border-radius: ${({ theme }) => theme.border.radius.md};