Skip to content

Commit

Permalink
update Select error background color (#4089)
Browse files Browse the repository at this point in the history
update Select error background color
  • Loading branch information
sylvhama committed Mar 31, 2021
1 parent 1ddee4e commit ef0b0d4
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 @@ -16,6 +16,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f
- Fixed `Filters` focus state when tabbing into the component from a popover ([#4073](https://github.com/Shopify/polaris-react/issues/4073))
- Removed the `isMounted` check from `Portal` to only rely on the useEffect for calling `onPortalCreated` ([#4066](https://github.com/Shopify/polaris-react/pull/4066))
- Removed transition from `BulkActions` to eliminate flicker ([#4080](https://github.com/Shopify/polaris-react/pulls/4080))
- update error background color in `Select` ([#4089](https://github.com/Shopify/polaris-react/pull/4089))

### Documentation

Expand Down
2 changes: 1 addition & 1 deletion src/components/Select/Select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ $stacking-order: (
.error {
.Backdrop {
border-color: var(--p-border-critical);
background-color: var(--p-surface-critical);
background-color: var(--p-surface-critical-subdued);
// stylelint-disable-next-line selector-max-class, selector-max-specificity
&.hover,
&:hover {
Expand Down

0 comments on commit ef0b0d4

Please sign in to comment.