Skip to content

Commit

Permalink
fix(ui): Add select primitive icon default color (#3588)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioanabrooks authored Mar 24, 2023
1 parent 1287974 commit 5ee48f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/gentle-berries-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@aws-amplify/ui': patch
---

fix(ui): Add select primitive icon default color
1 change: 1 addition & 0 deletions packages/ui/src/theme/css/component/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
}

.amplify-select__icon-wrapper {
color: var(--amplify-components-fieldcontrol-color);
align-items: var(--amplify-components-select-icon-wrapper-align-items);
position: var(--amplify-components-select-icon-wrapper-position);
top: var(--amplify-components-select-icon-wrapper-top);
Expand Down

0 comments on commit 5ee48f9

Please sign in to comment.