@open-formulieren/design-tokens
Version:
Design tokens for Open Forms
19 lines (18 loc) • 491 B
JSON
{
"of": {
"loading-indicator": {
"bg-color": {"value": "{of.color.secondary}"},
"fg-color": {"value": "{of.color.primary}"},
"size": {"value": "20px"},
"thickness": {"value": "6px"},
"muted": {
"bg-color": {"value": "{utrecht.button.disabled.color}"},
"fg-color": {"value": "{utrecht.button.disabled.background-color}"}
},
"small": {
"size": {"value": "15px"},
"thickness": {"value": "4px"}
}
}
}
}