Skip to content

Commit

Permalink
fiks farge på kalenderavtale tags
Browse files Browse the repository at this point in the history
  • Loading branch information
anderslysne committed Jan 24, 2025
1 parent 1ab7e38 commit 7d0779f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const NotifikasjonListeElement = (props: Props) => {
tittel={notifikasjon.tekst}
undertittel={tidpunktFormatert}
statuslinje={
<Tag size='small' variant='neutral'>
<Tag size='small' variant='info'>
Du ønsker endre tid eller sted
</Tag>
}
Expand All @@ -202,7 +202,7 @@ export const NotifikasjonListeElement = (props: Props) => {
tittel={notifikasjon.tekst}
undertittel={tidpunktFormatert}
statuslinje={
<Tag size='small' variant='neutral'>
<Tag size='small' variant='info'>
Du ønsker å avlyse
</Tag>
}
Expand All @@ -223,7 +223,7 @@ export const NotifikasjonListeElement = (props: Props) => {
tittel={notifikasjon.tekst}
undertittel={tidpunktFormatert}
statuslinje={
<Tag size='small' variant='info'>
<Tag size='small' variant='error'>
Avlyst
</Tag>
}
Expand All @@ -244,7 +244,7 @@ export const NotifikasjonListeElement = (props: Props) => {
tittel={notifikasjon.tekst}
undertittel={tidpunktFormatert}
statuslinje={
<Tag size='small' variant='info'>
<Tag size='small' variant='success'>
Avholdt
</Tag>
}
Expand Down

0 comments on commit 7d0779f

Please sign in to comment.