Skip to content

Use grays for outlined button border/hover, use Rollup to bundle

This PR changes the Outlined button to use a gray border and gray hover state per the Design System's specs.

Before

Screen_Shot_2019-10-31_at_12.55.23_PM

Screen_Shot_2019-10-31_at_12.55.28_PM

After

Screen_Shot_2019-10-31_at_12.52.30_PM

Screen_Shot_2019-10-31_at_12.52.36_PM

This PR also changes from using Babel standalone to bundling with Rollup for the build, as the overrides and colors have been separated out into their own modules.

Please review: @ahoffmann @JJONES42

Merge request reports