@gitlab/ui
Version:
GitLab UI Components
37 lines (36 loc) • 833 B
JSON
{
"table": {
"row": {
"background": {
"color": {
"hover": {
"$value": "{background.color.subtle}",
"$type": "color",
"$description": "Used for the background of a table row in hover state.",
"$extensions": {
"com.figma.scope": [
"FRAME_FILL",
"SHAPE_FILL"
]
}
}
}
}
},
"sorting": {
"icon": {
"color": {
"$value": "{text.color.heading}",
"$type": "color",
"$description": "Used for the color of the sorting icons in the column headers.",
"$extensions": {
"com.figma.scope": [
"SHAPE_FILL",
"TEXT_FILL"
]
}
}
}
}
}
}