Skip to content

Commit

Permalink
Improve header appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
mrica-equinor committed Nov 9, 2023
1 parent 638752a commit 59951f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { Icons } from 'utils/icons'
const StyledTopBar = styled(TopBar)`
margin-bottom: 2rem;
align-items: center;
box-shadow: none;
`

const IconStyle = styled.div`
Expand Down Expand Up @@ -42,7 +43,7 @@ export function Header({ page }: { page: string }) {
</Typography>
</TopBar.Header>
</HandPointer>
<Typography> {installationName}</Typography>
<Typography>{installationName}</Typography>
<TopBar.Actions>
<IconStyle>
<Button variant="ghost_icon" onClick={() => console.log('Clicked account icon')}>
Expand Down

0 comments on commit 59951f4

Please sign in to comment.