Skip to content

Commit

Permalink
fixes appheader
Browse files Browse the repository at this point in the history
  • Loading branch information
cammiida committed Nov 22, 2024
1 parent 42ea98b commit e44e282
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions src/components/AltinnAppHeader.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
box-shadow: none;
}

.blueDark {
color: var(--fds-semantic-surface-action-default);
}

.default {
background-color: transparent;
}
Expand Down
6 changes: 1 addition & 5 deletions src/components/altinnAppHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Buildings3Icon, PersonIcon } from '@navikt/aksel-icons';

import classes from 'src/components/AltinnAppHeader.module.css';
import { CircleIcon } from 'src/components/CircleIcon';
import { Flex } from 'src/components/Flex';
import { LandmarkShortcuts } from 'src/components/LandmarkShortcuts';
import { AltinnLogo, LogoColor } from 'src/components/logo/AltinnLogo';
import { Lang } from 'src/features/language/Lang';
Expand Down Expand Up @@ -37,11 +36,8 @@ export const AltinnAppHeader = ({ profile }: IHeaderProps) => {
position='static'
className={classes.default}
>
hei
<Toolbar className={classes.toolbarContainer}>
<Flex className={classes.logo}>
<AltinnLogo color={LogoColor.blueDark} />
</Flex>
<AltinnLogo color={LogoColor.blueDark} />
{party && (
<ul className={classes.headerLinkList}>
<li className={classes.headerLink}>
Expand Down

0 comments on commit e44e282

Please sign in to comment.