@aws-amplify/ui 5.5.8 → 5.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/styles.css +1 -0
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -3237,6 +3237,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
3237
3237
  }
3238
3238
 
3239
3239
  .amplify-select__icon-wrapper {
3240
+ color: var(--amplify-components-fieldcontrol-color);
3240
3241
  align-items: var(--amplify-components-select-icon-wrapper-align-items);
3241
3242
  position: var(--amplify-components-select-icon-wrapper-position);
3242
3243
  top: var(--amplify-components-select-icon-wrapper-top);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui",
3
- "version": "5.5.8",
3
+ "version": "5.5.9",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {