Skip to content

Commit f8451ca

Browse files
move page header (#1140)
1 parent 1c0288d commit f8451ca

File tree

3 files changed

+20
-32
lines changed

3 files changed

+20
-32
lines changed

src/tokens/component/page.json5

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
page: {
3+
header: {
4+
bgColor: {
5+
$value: '{bgColor.muted}',
6+
$type: 'color',
7+
$extensions: {
8+
'org.primer.figma': {
9+
collection: 'mode',
10+
group: 'component',
11+
scopes: ['bgColor'],
12+
},
13+
'org.primer.overrides': {
14+
dark: '{bgColor.default}',
15+
},
16+
},
17+
},
18+
},
19+
},
20+
}

src/tokens/functional/color/dark/app-dark.json5

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
11
{
2-
page: {
3-
header: {
4-
bgColor: {
5-
$value: '{bgColor.default}',
6-
$type: 'color',
7-
$extensions: {
8-
'org.primer.figma': {
9-
collection: 'mode',
10-
11-
group: 'component',
12-
scopes: ['bgColor'],
13-
},
14-
},
15-
},
16-
},
17-
},
182
codeMirror: {
193
fgColor: {
204
$value: '{fgColor.default}',

src/tokens/functional/color/light/app-light.json5

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
11
{
2-
page: {
3-
header: {
4-
bgColor: {
5-
$value: '{bgColor.muted}',
6-
$type: 'color',
7-
$extensions: {
8-
'org.primer.figma': {
9-
collection: 'mode',
10-
group: 'component',
11-
scopes: ['bgColor'],
12-
},
13-
},
14-
},
15-
},
16-
},
17-
182
codeMirror: {
193
fgColor: {
204
$value: '{fgColor.default}',

0 commit comments

Comments
 (0)