UNPKG

react-native-ajora

Version:

The most complete AI agent UI for React Native

12 lines 316 B
import { StyleSheet } from "react-native"; import Color from "../Color"; export default StyleSheet.create({ textInput: { marginLeft: 10, fontSize: 16, lineHeight: 22, color: Color.foreground, backgroundColor: Color.background, }, }); //# sourceMappingURL=styles.js.map