mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
fix(discovery): added border radius
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user