@gitlab/ui
Version:
GitLab UI Components
32 lines (31 loc) • 698 B
JSON
{
"focus-ring": {
"outer": {
"color": {
"$value": {
"default": "{color.blue.500}",
"dark": "{color.blue.400}"
},
"$type": "color",
"$description": "Used for the outer color portion of the focus ring.",
"$extensions": {
"com.figma.scope": [
"STROKE_COLOR"
]
}
}
},
"inner": {
"color": {
"$value": "{background.color.default}",
"$type": "color",
"$description": "Used for the inner neutral portion of the focus ring.",
"$extensions": {
"com.figma.scope": [
"STROKE_COLOR"
]
}
}
}
}
}