react-native-multiswitch-controller
Version:
Smooth animated multiswitch component with dynamic width
17 lines (16 loc) • 394 B
JavaScript
;
export const variantColors = {
segmentedControl: {
activeText: '#fff',
inactiveText: 'rgb(124, 58, 237)'
},
tabs: {
activeText: 'rgb(124, 58, 237)',
inactiveText: 'rgba(124, 58, 237, 0.6)'
}
};
export const commonColors = {
containerBackground: 'rgb(232, 221, 250)',
activeOptionBackground: 'rgb(124, 58, 237)'
};
//# sourceMappingURL=constants.js.map