diff --git a/tokens/fuelux/icon.json b/tokens/fuelux/icon.json index 645a33bb..9a16a526 100644 --- a/tokens/fuelux/icon.json +++ b/tokens/fuelux/icon.json @@ -1,27 +1,23 @@ { + "global": { + "category": "icon-color", + "cssProperties": ["fill"], + "type": "color" + }, "imports": [ "./aliases.json" ], "props": { "COLOR_TEXT_ICON_DEFAULT": { "value": "{!BLUE_ROYALE}", - "type": "color", - "category": "icon-color", - "cssProperties": ["fill"], "comment": "Default icons have a blue color." }, "COLOR_TEXT_ICON_UTILITY": { "value": "{!GRAY_80}", - "type": "color", - "category": "icon-color", - "cssProperties": ["fill"], "comment": "Utility icons have a gray color." }, "COLOR_TEXT_ICON_INVERSE": { "value": "{!WHITE}", - "type": "color", - "category": "icon-color", - "cssProperties": ["fill"], "comment": "Inverse icon color for dark backgrounds." } }