2026-07-02 14:34:19 +05:30

11 lines
222 B
TypeScript

import { StyleSheet } from 'react-native';
export const getStyles = (colors: any) =>
StyleSheet.create({
divider: {
width: '100%',
backgroundColor: colors.divider,
marginVertical: 12,
},
});