Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #35 from exortme1ster/hotfix/fix-topbar
Browse files Browse the repository at this point in the history
fix topbar
  • Loading branch information
nmashchenko committed Apr 26, 2023
2 parents b43f4d7 + 1a3f3e4 commit 70c7775
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions client/src/screens/UsersList/components/TopBar/TopBar.styles.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// * Modules
import Box from '@mui/material/Box'
import Toolbar from '@mui/material/Toolbar'
import styled from 'styled-components'

export const NavBar = styled(Toolbar)`
&.css-hyum1k-MuiToolbar-root {
background: transparent;
justify-content: center;
}
export const NavBar = styled.div`
display: flex;
padding: 0 24px;
justify-content: center;
align-items: center;
height: 64px;
`

export const BoxContainer = styled(Box)`
Expand Down

0 comments on commit 70c7775

Please sign in to comment.