Skip to content

Commit

Permalink
fix theme-json system color success varname (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckanitz authored Mar 23, 2023
1 parent e84542e commit 7887e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
{
"name": "System Success",
"slug": "system-success",
"color": "var(--system-success)"
"color": "var(--color-system-success)"
},
{
"name": "System Warning",
Expand Down

0 comments on commit 7887e70

Please sign in to comment.