@gitlab/ui
Version:
GitLab UI Components
34 lines (33 loc) • 718 B
JSON
{
"token": {
"foreground": {
"color": {
"$value": "{text.color.default}",
"$type": "color",
"$description": "Used for the token foreground color.",
"$extensions": {
"com.figma.scope": [
"SHAPE_FILL",
"TEXT_FILL"
]
}
}
},
"background": {
"color": {
"$value": {
"default": "{color.neutral.100}",
"dark": "{color.neutral.800}"
},
"$type": "color",
"$description": "Used for the token background color.",
"$extensions": {
"com.figma.scope": [
"FRAME_FILL",
"SHAPE_FILL"
]
}
}
}
}
}