UNPKG

react-native-ajora

Version:

The most complete AI agent UI for React Native

13 lines (11 loc) 259 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, }, });