fix(header): fixed voice dialog

This commit is contained in:
trashtemp 2021-12-26 23:38:01 +01:00
parent 2a4d0c3311
commit 4d59bb96b2
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6

View file

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