fix(header): fixed voice dialog

This commit is contained in:
trashtemp
2021-12-26 23:38:01 +01:00
parent 2a4d0c3311
commit 4d59bb96b2

View File

@@ -30,6 +30,7 @@ interface Props {
} }
const VoiceBase = styled.div` const VoiceBase = styled.div`
margin-top: 48px;
padding: 20px; padding: 20px;
background: var(--secondary-background); background: var(--secondary-background);