Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
libertymayc committed Mar 20, 2024
1 parent 794b5cd commit 6952b0f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions packages/theme/json/theme.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"modes": ["$light", "$dark"],
"densities": ["$high", "$medium", "$low", "$touch"],
"modes": [
"$light",
"$dark"
],
"densities": [
"$high",
"$medium",
"$low",
"$touch"
],
"palette": {
"accent": {
"palette-accent": {
Expand Down Expand Up @@ -2729,4 +2737,4 @@
}
}
}
}
}

0 comments on commit 6952b0f

Please sign in to comment.