Skip to content

Commit ce0e0f2

Browse files
committed
feat: add nav bar background color
1 parent b3874e8 commit ce0e0f2

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.changeset/clean-papayas-rush.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@utrecht/design-tokens": minor
3+
---
4+
5+
Specify Nav Bar background color.

proprietary/design-tokens/src/component/utrecht/nav-bar.tokens.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22
"utrecht": {
33
"nav-bar": {
44
"background-color": {
5-
"$value": "{utrecht.color.white}"
5+
"$value": "transparent"
66
},
77
"color": {
8-
"$value": "{utrecht.color.black}"
8+
"$value": "transparent"
99
},
1010
"content": {
11+
"background-color": {
12+
"$value": "{utrecht.color.white}"
13+
},
14+
"color": {
15+
"$value": "{utrecht.color.black}"
16+
},
1117
"max-inline-size": { "$value": "{utrecht.page.max-inline-size}" }
1218
},
1319
"link": {

0 commit comments

Comments
 (0)