feat(shell): improve chitchatter link styling

This commit is contained in:
Jeremy Kahn 2023-10-12 20:48:57 -05:00
parent 6ab7a3e8d9
commit 44cbfa2005

View File

@ -399,10 +399,10 @@ export const Shell = ({ appNeedsUpdate, children, userPeerId }: ShellProps) => {
{isEmbedded ? (
<Typography
variant="caption"
sx={theme => ({
padding: '1em',
sx={{
padding: '1em 1em 1.75em 1em',
textAlign: 'center',
})}
}}
>
This conversation is powered by{' '}
<Link