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 ? (
|
{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
|
||||||
|
Loading…
Reference in New Issue
Block a user