Skip to content

Commit

Permalink
move page header (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored Dec 18, 2024
1 parent 1c0288d commit f8451ca
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 32 deletions.
20 changes: 20 additions & 0 deletions src/tokens/component/page.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
page: {
header: {
bgColor: {
$value: '{bgColor.muted}',
$type: 'color',
$extensions: {
'org.primer.figma': {
collection: 'mode',
group: 'component',
scopes: ['bgColor'],
},
'org.primer.overrides': {
dark: '{bgColor.default}',
},
},
},
},
},
}
16 changes: 0 additions & 16 deletions src/tokens/functional/color/dark/app-dark.json5
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
{
page: {
header: {
bgColor: {
$value: '{bgColor.default}',
$type: 'color',
$extensions: {
'org.primer.figma': {
collection: 'mode',

group: 'component',
scopes: ['bgColor'],
},
},
},
},
},
codeMirror: {
fgColor: {
$value: '{fgColor.default}',
Expand Down
16 changes: 0 additions & 16 deletions src/tokens/functional/color/light/app-light.json5
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
{
page: {
header: {
bgColor: {
$value: '{bgColor.muted}',
$type: 'color',
$extensions: {
'org.primer.figma': {
collection: 'mode',
group: 'component',
scopes: ['bgColor'],
},
},
},
},
},

codeMirror: {
fgColor: {
$value: '{fgColor.default}',
Expand Down

0 comments on commit f8451ca

Please sign in to comment.