Skip to content

Commit

Permalink
Add: Field description text color
Browse files Browse the repository at this point in the history
  • Loading branch information
mrosvik committed Oct 18, 2022
1 parent 5e23f7c commit 156aadc
Showing 1 changed file with 22 additions and 14 deletions.
36 changes: 22 additions & 14 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,28 @@
}
}
},
"field_description": {
"color": {
"text": {
"default": {
"value": "{colors.black}",
"type": "color"
}
}
},
"space": {
"top": {
"small": {
"value": "0.5rem",
"type": "spacing"
},
"xsmall": {
"value": "0.375rem",
"type": "spacing"
}
}
}
},
"textarea": {
"border_width": {
"normal": {
Expand Down Expand Up @@ -1088,20 +1110,6 @@
"type": "fontSizes"
}
}
},
"field_description": {
"space": {
"top": {
"small": {
"value": "0.5rem",
"type": "spacing"
},
"xsmall": {
"value": "0.375rem",
"type": "spacing"
}
}
}
}
},
"border_width": {
Expand Down

0 comments on commit 156aadc

Please sign in to comment.