jsdrupal / drupal-admin-ui

This is an admin UI for Drupal, built with JavaScript & React. ⬅️✌️➡️
Other
237 stars 91 forks source link

Fab button #743

Closed martinfrances107 closed 5 years ago

martinfrances107 commented 5 years ago

Issue

https://github.com/jsdrupal/drupal-admin-ui/issues/741

As per the issue.. This is a minor patch swapping material-ui elements of the form

<Button variant="fab" xyx >
  <IconButton>
</Button>

to the new form

<Fab xyz >
  <IconButton>
</Fab>
martinfrances107 commented 5 years ago

Maybe we have a test instability -- I cant account for the first test failure ... I merged in the latest changes and everything now passes...

nothing in the merge was significant.