Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
feat(text): inputs text and color
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Feb 9, 2023
1 parent b45a8b8 commit 6dbe988
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -1846,6 +1846,46 @@
"value": "{font.lineHeight.200}",
"type": "lineHeights"
}
},
"font": {
"size": {
"xs": {
"value": "{font.size.100}",
"type": "fontSizes"
},
"sm": {
"value": "{font.size.100}",
"type": "fontSizes"
},
"md": {
"value": "{font.size.200}",
"type": "fontSizes"
},
"lg": {
"value": "{font.size.300}",
"type": "fontSizes"
},
"xl": {
"value": "{font.size.400}",
"type": "fontSizes"
}
}
},
"color": {
"text": {
"default": {
"value": "{color.text.primary}",
"type": "color"
},
"placeholder": {
"value": "{color.text.placeholder}",
"type": "color"
},
"disabled": {
"value": "{color.text.disabled}",
"type": "color"
}
}
}
}
},
Expand Down

0 comments on commit 6dbe988

Please sign in to comment.