UNPKG

react-native-beautiful-video-recorder

Version:
32 lines (30 loc) 578 B
import { StyleSheet, } from 'react-native'; export default StyleSheet.create({ buttonContainer: { width: 80, height: 80, borderRadius: 40, backgroundColor: '#D91E18', alignItems: 'center', justifyContent: 'center', borderWidth: 5, borderColor: 'white', }, circleInside: { width: 60, height: 60, borderRadius: 30, backgroundColor: '#D91E18', }, buttonStopContainer: { backgroundColor: 'transparent', }, buttonStop: { backgroundColor: '#D91E18', width: 40, height: 40, borderRadius: 3, }, });