Files

12 lines
207 B
TypeScript
Raw Permalink Normal View History

import { StyleSheet } from "react-native";
const styles = StyleSheet.create({
horizontalSolidSeparator: {
height: 1,
backgroundColor: "#E3E5E5",
opacity: 0.8,
},
});
export default styles;