@@ -62,27 +62,27 @@ export default function AppNavBar(props) {
6262 // if (typeof accent_color === 'undefined') {
6363 // accent_color = "#3f51bf";
6464 // dispatch({type: 'CHANGE_SECONDARY_THEME', payload: accent_color});
65- // }
66- // console.log("Accent Color: ", accent_color);
65+ // }<Toolbar style={{ backgroundColor: accent_color, display: 'flex', justifyContent: 'space-between', alignItems: 'center', flexWrap: 'wrap', padding: '0 10px', }}>
66+ // console.log("Accent Color: ", accent_color); <Toolbar style={{ backgroundColor: accent_color, width: '100%', maxHeight: '10vh', paddingLeft: '10px' }}>
6767
6868 return (
6969 < AppBar position = "fixed" id = "topbar-wrapper" onMouseOut = { changeVisibility } onMouseOver = { changeVisibilityOver } style = { { transition : '0.6s' } } >
7070 < Grid container spacing = { 2 } alignItems = "center" >
71- < Toolbar style = { { backgroundColor : accent_color , width : '100%' , maxHeight : '10vh ' , paddingLeft : '20px ' } } >
71+ < Toolbar style = { { backgroundColor : accent_color , width : '100%' , display : 'flex ' , justifyContent : 'space-between' , alignItems : 'center' , flexWrap : 'wrap' , padding : '10px ' } } >
7272 < Grid item xs = { 6 } >
73- < Grid container spacing = { 1 } alignItems = "center" >
73+ < Grid container spacing = { 1 } alignItems = "center" wrap = "wrap" >
7474 < Grid item >
7575 < IconButton onClick = { toggleDrawer ( true ) } >
7676 < ThemeProvider theme = { myTheme } >
7777 < MenuIcon color = "primary" fontSize = "large" />
7878 </ ThemeProvider >
7979 </ IconButton >
8080 < Drawer disableEnforceFocus open = { state . isOpen } onClose = { toggleDrawer ( false ) } >
81- < SideBar isRecording = { props . isRecording } />
81+ < SideBar isRecording = { props . isRecording } onClose = { toggleDrawer ( false ) } />
8282 </ Drawer >
8383 </ Grid >
8484 < Grid item >
85- < h2 style = { { textAlign : "left" , paddingLeft : '20px ' } } > ScribeAR</ h2 >
85+ < h3 style = { { textAlign : "left" , paddingLeft : '10px ' } } > ScribeAR</ h3 >
8686 </ Grid >
8787 </ Grid >
8888 </ Grid >
0 commit comments