Skip to content

Commit

Permalink
Fixed modal section divider color
Browse files Browse the repository at this point in the history
  • Loading branch information
Karen Pinzás Morrongiello committed Feb 26, 2021
1 parent fdfc997 commit 99f5659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f
- Removed all `outline` and `border`instances of `-ms-high-contrast` as it is non-standard ([#3962](https://github.com/Shopify/polaris-react/pull/3962)).
- Fixed `Autocomplete` popover height not being calculated correctly ([#4015](https://github.com/Shopify/polaris-react/pull/4015)).
- Ensured `@charset` declaration is the first thing in our styles.css file ([#4019](https://github.com/Shopify/polaris-react/pull/4019))
- Fix `Modal.Section` divider color to match header and footer divider ([#4021](https://github.com/Shopify/polaris-react/pull/4021))

### Documentation

Expand Down
2 changes: 1 addition & 1 deletion src/components/Modal/components/Section/Section.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
padding: spacing(loose);

&:not(:last-of-type) {
border-bottom: border();
border-bottom: border('divider');
}

&.subdued {
Expand Down

0 comments on commit 99f5659

Please sign in to comment.