Skip to content

Commit

Permalink
Fix style variations. (#7273)
Browse files Browse the repository at this point in the history
  • Loading branch information
jffng authored Jul 26, 2023
1 parent 51b6ce8 commit 1e24c47
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion reverie/styles/fall.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"slug": "foreground"
},
{
"color": "#674019",
"color": "#a27f5b",
"name": "Background",
"slug": "background"
},
Expand Down
10 changes: 5 additions & 5 deletions reverie/styles/summer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
"name": "Primary",
"slug": "primary"
},
{
"color": "#F2874C",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#252525",
"name": "Foreground",
Expand All @@ -27,6 +22,11 @@
"color": "#E9E0B1",
"name": "Tertiary",
"slug": "tertiary"
},
{
"color": "#F2874C",
"name": "Secondary",
"slug": "secondary"
}
]
}
Expand Down
10 changes: 5 additions & 5 deletions reverie/styles/winter.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
"name": "Primary",
"slug": "primary"
},
{
"color": "#3998AC",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#11202E",
"name": "Foreground",
Expand All @@ -27,6 +22,11 @@
"color": "#D8EBF3",
"name": "Tertiary",
"slug": "tertiary"
},
{
"color": "#3998AC",
"name": "Secondary",
"slug": "secondary"
}
]
}
Expand Down
10 changes: 5 additions & 5 deletions reverie/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
"name": "Primary",
"slug": "primary"
},
{
"color": "#1E9AAE",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#11202E",
"name": "Foreground",
Expand All @@ -36,6 +31,11 @@
"color": "#B4CC91",
"name": "Tertiary",
"slug": "tertiary"
},
{
"color": "#1E9AAE",
"name": "Secondary",
"slug": "secondary"
}
],
"text": true
Expand Down

0 comments on commit 1e24c47

Please sign in to comment.