Add style-dictionary definitions

This commit is contained in:
Gabe Kangas
2022-05-06 23:27:29 -07:00
parent 97b957adbe
commit a78869302e
12 changed files with 833 additions and 22 deletions

View File

@@ -14,6 +14,7 @@ export function Color(props) {
borderStyle: 'solid',
borderColor: 'lightgray',
overflow: 'hidden',
margin: '0.3vw',
};
const colorBlockStyle = {
@@ -25,6 +26,8 @@ export function Color(props) {
const colorDescriptionStyle = {
margin: '5px',
textAlign: 'center',
color: 'gray',
fontSize: '0.8em',
};
return (