@gitlab/ui
Version:
GitLab UI Components
47 lines (46 loc) • 1.27 kB
JSON
{
"link": {
"mention": {
"text": {
"color": {
"default": {
"$value": {
"default": "{color.blue.800}",
"dark": "{color.blue.100}"
},
"$type": "color",
"$description": "Used for the mention link text color."
},
"current": {
"$value": {
"default": "{color.orange.800}",
"dark": "{color.orange.100}"
},
"$type": "color",
"$description": "Used for the mention link text color when referencing the current user."
}
}
},
"background": {
"color": {
"default": {
"$value": {
"default": "{color.blue.100}",
"dark": "{color.blue.800}"
},
"$type": "color",
"$description": "Used for the mention link default background."
},
"current": {
"$value": {
"default": "{color.orange.100}",
"dark": "{color.orange.800}"
},
"$type": "color",
"$description": "Used for the mention link background when referencing the current user."
}
}
}
}
}
}