Updated to use inherit variant
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
@@ -43,7 +43,7 @@ export const WelcomeTitle = () => {
|
||||
|
||||
return (
|
||||
<Tooltip title={greeting.language}>
|
||||
<Typography variant="h3">{`${greeting.greeting}${
|
||||
<Typography component="span" variant="inherit">{`${greeting.greeting}${
|
||||
profile?.displayName ? `, ${profile?.displayName}` : ''
|
||||
}!`}</Typography>
|
||||
</Tooltip>
|
||||
|
||||
Reference in New Issue
Block a user