UNPKG

react-native-multiswitch-controller

Version:
17 lines (16 loc) 394 B
"use strict"; 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