Skip to content

Commit

Permalink
style(endringslogg): bruk akselfarger for bakgrunn og tekst (#1488)
Browse files Browse the repository at this point in the history
Tidligere var bare backgrunnsfargen satt, men ikke tekstfargen. Hvis man da feks brukte
endringsloggen i en komponent som setter tekstfargen til hvit (feks internal header i aksel) blir
teksten hvit, og usynlig mot bakgrunnen
  • Loading branch information
eirarset authored Jun 5, 2024
1 parent 6fdd2d9 commit c517959
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/familie-endringslogg/src/endringslogg.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
.endringslogg-content {
overflow: hidden;
box-shadow: 0 2px 4px 0 rgba(183, 177, 169, 0.5);
background-color: white;
background-color: var(--a-bg-default);
color: var(--a-text-default);
border-radius: 6px;
max-width: 27rem;
}
Expand Down

0 comments on commit c517959

Please sign in to comment.