mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-14 11:15:02 -05:00
fix(header): fixed voice dialog
This commit is contained in:
parent
2a4d0c3311
commit
4d59bb96b2
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue