import { StyleSheet } from 'react-native';

export const styles = StyleSheet.create({
  contentContainer: {
    top: -10,
    width: 60,
    height: 60,
    borderRadius: 40,
    alignItems: 'center',
    justifyContent: 'center',
    backgroundColor: '#333333'
  }
});
