import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ background: { backgroundColor: 'white', borderRadius: 15, }, });