Fix SnackBar visual (#5569)
cf https://discord.com/channels/1130383047699738754/1243478998810497054
This commit is contained in:
@ -3,7 +3,7 @@ import styled from '@emotion/styled';
|
||||
const StyledFieldTextAreaOverlay = styled.div`
|
||||
border-radius: ${({ theme }) => theme.border.radius.sm};
|
||||
background: ${({ theme }) => theme.background.transparent.secondary};
|
||||
backdrop-filter: blur(12px) saturate(200%) contrast(50%) brightness(130%);
|
||||
backdrop-filter: ${({ theme }) => theme.blur.medium};
|
||||
align-items: center;
|
||||
display: flex;
|
||||
height: 32px;
|
||||
|
||||
Reference in New Issue
Block a user