@gitlab/ui
Version:
GitLab UI Components
22 lines (21 loc) • 486 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."
}
},
"inner": {
"color": {
"$value": "{background.color.default}",
"$type": "color",
"$description": "Used for the inner neutral portion of the focus ring."
}
}
}
}