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 ? ( {isEmbedded ? (
<Typography <Typography
variant="caption" variant="caption"
sx={theme => ({ sx={{
padding: '1em', padding: '1em 1em 1.75em 1em',
textAlign: 'center', textAlign: 'center',
})} }}
> >
This conversation is powered by{' '} This conversation is powered by{' '}
<Link <Link