jfilter/frag-den-staat-app

View on GitHub
src/components/library/ListItemRadioButton/styles.js

Summary

Maintainability
A
0 mins
Test Coverage
import { StyleSheet } from 'react-native';

const styles = StyleSheet.create({
  container: {
    borderBottomWidth: 0,
  },
});

export default styles;