Skip to content

Commit

Permalink
feat: test chaning some properties
Browse files Browse the repository at this point in the history
  • Loading branch information
feerglas committed Apr 5, 2020
1 parent e013e64 commit 8f67915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion properties/color/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"regular" : { "value": "#EB0000" },
"medium": { "value": "#C60018" },
"dark" : { "value": "#A20013" }
}
},
"white": "#FFFFFF"
}
}
}
4 changes: 1 addition & 3 deletions properties/color/font.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"color": {
"font": {
"base" : { "value": "{color.base.red.regular.value}" },
"hover": { "value": "{color.base.red.medium.value}" },
"active" : { "value": "{color.base.red.dark.value}" }
"base": { "value": "{color.base.white.value}" }
}
}
}

0 comments on commit 8f67915

Please sign in to comment.