UNPKG

react-native-toggle-button

Version:

Cool and easy to use react native toggle button

42 lines 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const react_native_1 = require("react-native"); exports.default = react_native_1.StyleSheet.create({ container: { height: 30, width: 200, paddingTop: 5, paddingLeft: 3, paddingRight: 3, paddingBottom: 5, backgroundColor: "#070708", justifyContent: "center", }, containerGlue: { flexDirection: "row", alignItems: "center", }, activeButtonStyle: { flex: 1, height: 25, alignItems: "center", justifyContent: "center", borderWidth: 2, borderColor: "#414f50", backgroundColor: "#3c464a", }, inactiveButtonStyle: { flex: 1, height: 35, alignItems: "center", justifyContent: "center", backgroundColor: "transparent", }, activeTextStyle: { color: "#477971", }, inactiveTextStyle: { color: "#999998", }, }); //# sourceMappingURL=ToggleButton.style.js.map