react-toggle-component
Version:
A React UI Component to display an awesome Toggle Button control
34 lines (28 loc) • 555 B
text/typescript
/**
* Default theme settings.
*
*/
//
// Export theme
//
export default {
version: "1.0.0",
width: "48px",
height: "24px",
borderWidth: "2px",
borderColor: "#aaa",
leftBorderColor: "#aaa",
rightBorderColor: "#3887b7",
leftBackgroundColor : "#fff",
rightBackgroundColor : "#fff",
backgroundColorDisabled : "#eee",
radius : "256px",
radiusBackground : "256px",
knobRadius : "100%",
knobWidth : "16px",
knobHeight : "16px",
knobGap: "4px",
knobColor: "#aaa",
leftKnobColor: "#aaa",
rightKnobColor: "#3887b7",
};