@gitlab/ui
Version:
GitLab UI Components
26 lines (25 loc) • 575 B
JSON
{
"datepicker": {
"background": {
"color": {
"$value": {
"default": "{color.neutral.0}",
"dark": "{color.neutral.900}"
},
"$type": "color",
"$description": "Used for the background color of datepicker."
}
},
"date": {
"text": {
"color": {
"selected": {
"$value": "{control.indicator.color.selected}",
"$type": "color",
"$description": "Used for the datepicker date text color state indicators."
}
}
}
}
}
}