Skip to content

Continue adding IT Design System styles to buttons

This PR continues adding IT Design System Button styles.

Screen_Shot_2019-11-01_at_9.03.44_AM

In order, these buttons are:

  • Text - hover
  • Text - disabled
  • Contained
  • Contained - disabled
  • Outlined
  • Outlined - disabled

The last piece for Buttons will be changing the Contained - disabled button's box shadow to retain the enabled look. This will likely involve some project surgery so the Material-UI helper functions and theme object can be used to pull in the existing box shadow config.

Please review: @ahoffmann @JJONES42

Merge request reports