import { StyleSheet } from 'react-native';

const styles = StyleSheet.create({
  defaultButton: {
    minWidth: 150,
    minHeight: 60,
  },
});

export default styles;
