import { StyleSheet } from 'react-native'; export const innerBorders = StyleSheet.create({ basic: { borderWidth: 2, borderRadius: 4 * 1.5, margin: 4, }, primary: { borderColor: '#101010', }, secondary: { borderColor: 'white', }, outline: { borderColor: '#101010', }, danger: { borderColor: 'white', }, });