feat: create basic settings modal

This commit is contained in:
Sonny
2024-05-17 00:44:08 +02:00
committed by Sonny
parent 53aa7bc22b
commit a910b898c7
7 changed files with 124 additions and 46 deletions

View File

@@ -9,7 +9,7 @@ const ModalWrapper = styled.div(({ theme }) => ({
height: '100%',
width: '100%',
background: rgba(theme.colors.black, 0.35),
backdropFilter: 'blur(0.25em)',
backdropFilter: 'blur(0.1em)',
display: 'flex',
alignItems: 'center',
flexDirection: 'column',