Button.js 134 B

1234567
  1. Ext.define('Ext.theme.material.button.Button', {
  2. override: 'Ext.button.Button',
  3. ripple: {
  4. color: 'default'
  5. }
  6. });