import { StyleSheet } from "react-native"; const cardBackgroundColor = "gainsboro"; export default StyleSheet.create({ cardBackground: { padding: 5, backgroundColor: cardBackgroundColor, display: "flex", flex: 1, }, });