// External imports.
import { StyleSheet } from 'react-native';

const styles = StyleSheet.create({
  dialog: { backgroundColor: 'transparent' },
});

export default styles;
