UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

29 lines (28 loc) 529 B
const baseStyle = () => { return { // roundedLeft: '4', p: '2', borderWidth: '1', borderRightWidth: '0', borderLeftRadius: 'sm', _text: { color: 'text.900', fontWeight: 400 }, alignItems: 'center', justifyContent: 'center', bg: 'muted.50', borderColor: 'muted.300', _dark: { bg: 'muted.800', borderColor: 'muted.700', _text: { color: 'text.50' } } }; }; export default { baseStyle }; //# sourceMappingURL=inputleftaddon.js.map