File tree Expand file tree Collapse file tree 3 files changed +20
-32
lines changed Expand file tree Collapse file tree 3 files changed +20
-32
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 1
1
{
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
- } ,
18
2
codeMirror : {
19
3
fgColor : {
20
4
$value : '{fgColor.default}' ,
Original file line number Diff line number Diff line change 1
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
- } ,
14
- } ,
15
- } ,
16
- } ,
17
-
18
2
codeMirror : {
19
3
fgColor : {
20
4
$value : '{fgColor.default}' ,
You can’t perform that action at this time.
0 commit comments