@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
8 lines • 324 B
JavaScript
;
exports.__esModule = true;
exports.c_switch__input_focus__toggle_OutlineWidth = {
"name": "--pf-v6-c-switch__input--focus__toggle--OutlineWidth",
"value": "2px",
"var": "var(--pf-v6-c-switch__input--focus__toggle--OutlineWidth)"
};
exports["default"] = exports.c_switch__input_focus__toggle_OutlineWidth;