ni / nimble

The NI Nimble Design System
https://nimble.ni.dev
MIT License
29 stars 9 forks source link

Update banner button styles #2130

Closed mollykreis closed 1 month ago

mollykreis commented 1 month ago

Pull Request

๐Ÿคจ Rationale

The "dismiss" button in the nimble-banner had the wrong styling in the following ways:

Note: A number of these differences were because the design spec was updated after the banner was initially implemented.

๐Ÿ‘ฉโ€๐Ÿ’ป Implementation

  1. Wrapped the contents of the banner's template in a theme provider hard-coded to the color theme
  2. Updated storybook docs to specify that a slotted action button should use the primary appearance variant
  3. Updated instances of the banner within nimble to set appearance-variant="primary" on slotted buttons

Those three changes allowed me to remove a lot of custom styling from the banner.

๐Ÿงช Testing

โœ… Checklist

mollykreis commented 1 month ago

@m-akinc, will you buddy this PR for me?

m-akinc commented 1 month ago

Note: A number of these differences were because the design spec was updated after the banner was initially implemented.

Thanks for exonerating me! ๐Ÿ˜๐Ÿ˜