forked from Shiloh/remnantchat
feat(shell): improve chitchatter link styling
This commit is contained in:
parent
6ab7a3e8d9
commit
44cbfa2005
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user