Skip to content

Commit

Permalink
Merge pull request #2634 from SpareBank1/fix/core/update-colors-3
Browse files Browse the repository at this point in the history
fix(ffe-core): Update colors
  • Loading branch information
dagfrode authored Mar 10, 2025
2 parents 2468fb6 + f290972 commit 99fe023
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/ffe-core/tokens/02 Semantic.Dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -2343,6 +2343,18 @@
}
}
},
"accent-subtle": {
"$type": "color",
"$value": "{color.vann.1000}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": [],
"codeSyntax": {}
}
}
},
"surface": {
"default": {
"$type": "color",
Expand Down
12 changes: 12 additions & 0 deletions packages/ffe-core/tokens/02 Semantic.Light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2343,6 +2343,18 @@
}
}
},
"accent-subtle": {
"$type": "color",
"$value": "{color.vann.850}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": [],
"codeSyntax": {}
}
}
},
"surface": {
"default": {
"$type": "color",
Expand Down
2 changes: 1 addition & 1 deletion packages/ffe-core/tokens/03 Context.Accent.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"subtle": {
"$type": "color",
"$value": "{speciality.background.accent}",
"$value": "{speciality.background.accent-subtle}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down

0 comments on commit 99fe023

Please sign in to comment.