import { StyleSheet } from 'react-native';

export const Style = StyleSheet.create({
  buttonStyle: {
    height: 48,
    width: 48,
    backgroundColor: "transparent",
    borderRadius: 24,
  },
});
