Skip to content

Commit

Permalink
✨ Added logo-token (#3373)
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh authored Nov 25, 2024
1 parent fc62ae6 commit 0f98344
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions @navikt/core/tokens/darkside/tokens/semantic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ export function semanticTokenConfig(
type: "color",
group: "text",
},
logo: {
value: theme === "light" ? "#C30000" : "{ax.neutral.1000.value}",
type: "color",
group: "text",
},
},
bg: {
default: {
Expand Down

0 comments on commit 0f98344

Please sign in to comment.