Skip to content

Commit 1d09351

Browse files
author
manasa
committed
fixed the styles for icon in wss Navbar
1 parent 4cfe489 commit 1d09351

File tree

1 file changed

+3
-3
lines changed
  • packages/react-sdk-components/src/components/template/WssNavBar

1 file changed

+3
-3
lines changed

packages/react-sdk-components/src/components/template/WssNavBar/WssNavBar.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ const useStyles = makeStyles(theme => ({
3636
marginRight: theme.spacing(2)
3737
},
3838
appListLogo: {
39-
width: '100%',
40-
height: '100%'
39+
maxWidth: '100%',
40+
height: '3rem'
4141
},
4242
appName: {
4343
marginLeft: theme.spacing(2),
@@ -84,7 +84,7 @@ export default function WssNavBar(props: WssNavBarProps) {
8484

8585
return (
8686
<div id='NavBar' className='nav-bar'>
87-
<AppBar position='fixed' color='primary'>
87+
<AppBar position='static' color='primary'>
8888
<Container maxWidth={false}>
8989
<Toolbar disableGutters style={{ justifyContent: 'space-between' }}>
9090
<Button id='appName' style={{ textTransform: 'capitalize' }} onClick={appInfo.onClick}>

0 commit comments

Comments
 (0)