mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
fix(discovery): added border radius
This commit is contained in:
parent
03f44c5bed
commit
733926dfd3
1 changed files with 3 additions and 1 deletions
|
@ -31,12 +31,14 @@ const Container = styled.div`
|
|||
background: var(--background);
|
||||
`
|
||||
: css`
|
||||
background: var(--secondary-background);
|
||||
background: var(--background);
|
||||
`}
|
||||
`;
|
||||
|
||||
const Frame = styled.iframe<{ loaded: boolean }>`
|
||||
border: 0;
|
||||
border-start-start-radius: 8px;
|
||||
border-end-start-radius: 8px;
|
||||
|
||||
${(props) =>
|
||||
props.loaded
|
||||
|
|
Loading…
Reference in a new issue