1. defaults = {
  2.    text: {
  3.       color: 'red',
  4.       opacity: 0.5
  5.    },
  6.    button: {
  7.       width: 100,
  8.       height: 30
  9.    }
  10. }