@ecohouse/ui 0.1.27 → 0.1.28

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.
package/dist/index.js CHANGED
@@ -3258,7 +3258,7 @@ var DatePicker = forwardRef(
3258
3258
  usesRangeTrigger && (usesVerticalRangeTrigger ? styles12.rangeTriggerVertical : styles12.rangeTriggerHorizontal),
3259
3259
  {
3260
3260
  borderColor: triggerBorderColor,
3261
- backgroundColor: usesRangeTrigger ? colors.grey500 : colors.grey700
3261
+ backgroundColor: usesRangeTrigger ? "transparent" : colors.grey700
3262
3262
  }
3263
3263
  ],
3264
3264
  children: usesRangeTrigger ? /* @__PURE__ */ jsxs(Fragment, { children: [