defaultStyle.js 121 B

12345678
  1. export default {
  2. textColor:'white',
  3. width:'100',
  4. height:'50',
  5. borderRadius:14,
  6. FontSize:14,
  7. backgroundColor:'red'
  8. }