mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-14 03:48:34 +05:30
feat: ui changes
This commit is contained in:
parent
8917c3c2ec
commit
d4c544609a
35 changed files with 190 additions and 68 deletions
|
|
@ -50,9 +50,18 @@ const Navbar: React.FC = () => {
|
|||
return (
|
||||
<AppBar
|
||||
position="static"
|
||||
style={{ backgroundColor: 'white', color: 'black' }}
|
||||
style={{
|
||||
backgroundColor: 'white',
|
||||
color: 'black'
|
||||
}}
|
||||
>
|
||||
<Toolbar sx={{ justifyContent: 'space-between', alignItems: 'center' }}>
|
||||
<Toolbar
|
||||
sx={{
|
||||
justifyContent: 'space-between',
|
||||
alignItems: 'center',
|
||||
boxShadow: '0px 2px 2px #C8C9CE'
|
||||
}}
|
||||
>
|
||||
<img
|
||||
onClick={() => navigate('/')}
|
||||
style={{ cursor: 'pointer' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue